public sealed class AsconEngine : IAeadCipher
Public NotInheritable Class AsconEngine
Implements IAeadCipher
public ref class AsconEngine sealed : IAeadCipher
Org.BouncyCastle.Crypto.Engines.AsconEngine = function();
Type.createClass(
'Org.BouncyCastle.Crypto.Engines.AsconEngine',
null,
Org.BouncyCastle.Crypto.Modes.IAeadCipher);
AsconEngine | Initializes a new instance of the AsconEngine 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) |
GetIVBytesSize | |
GetKeyBytesSize | |
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 | |
ToString | Returns a string that represents the current object. (Inherited from Object) |