public sealed class SimpleBlockResult : IBlockResult
Public NotInheritable Class SimpleBlockResult
Implements IBlockResult
public ref class SimpleBlockResult sealed : IBlockResult
Org.BouncyCastle.Crypto.SimpleBlockResult = function();
Type.createClass(
'Org.BouncyCastle.Crypto.SimpleBlockResult',
null,
Org.BouncyCastle.Crypto.IBlockResult);
SimpleBlockResult | Base constructor - a wrapper for the passed in byte array. |
Collect | Return the final result of the operation. |
Collect(SpanByte) | |
Collect(Byte, Int32) | Store the final result of the operation by copying it into the destination array. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetMaxResultLength | |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |