Class SimpleBlockResult
- Namespace
- Enterprises.Org.BouncyCastle.Crypto
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public class SimpleBlockResult : IBlockResult
- Inheritance
-
SimpleBlockResult
- Implements
- Inherited Members
Constructors
SimpleBlockResult(byte[])
public SimpleBlockResult(byte[] result)
Parameters
result
byte[]
Properties
Length
public int Length { get; }
Property Value
Methods
Collect()
public byte[] Collect()
Returns
- byte[]
Collect(byte[], int)
public int Collect(byte[] destination, int offset)