public sealed class Grain128AeadEngine : IAeadCipher
Public NotInheritable Class Grain128AeadEngine
Implements IAeadCipher
public ref class Grain128AeadEngine sealed : IAeadCipher
Org.BouncyCastle.Crypto.Engines.Grain128AeadEngine = function();
Type.createClass(
'Org.BouncyCastle.Crypto.Engines.Grain128AeadEngine',
null,
Org.BouncyCastle.Crypto.Modes.IAeadCipher);
Grain128AeadEngine | Initializes a new instance of the Grain128AeadEngine class |
DoFinal(SpanByte) | |
DoFinal(Byte, Int32) | |
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) |
GetMac | |
GetOutputSize | |
GetType | Gets the Type of the current instance. (Inherited from Object) |
GetUpdateOutputSize | |
Init | |
ProcessAadByte | |
ProcessAadBytes(ReadOnlySpanByte) | |
ProcessAadBytes(Byte, Int32, Int32) | |
ProcessByte(Byte, SpanByte) | |
ProcessByte(Byte, Byte, Int32) | |
ProcessBytes(ReadOnlySpanByte, SpanByte) | |
ProcessBytes(Byte, Int32, Int32, Byte, Int32) | |
Reset | |
ReturnByte | |
ToString | Returns a string that represents the current object. (Inherited from Object) |