public class EaxBlockCipher : IAeadBlockCipher,
IAeadCipher
Public Class EaxBlockCipher
Implements IAeadBlockCipher, IAeadCipher
public ref class EaxBlockCipher : IAeadBlockCipher,
IAeadCipher
Org.BouncyCastle.Crypto.Modes.EaxBlockCipher = function();
Type.createClass(
'Org.BouncyCastle.Crypto.Modes.EaxBlockCipher',
null,
Org.BouncyCastle.Crypto.Modes.IAeadBlockCipher,
Org.BouncyCastle.Crypto.Modes.IAeadCipher);
EaxBlockCipher | Initializes a new instance of the EaxBlockCipher class |
DoFinal(SpanByte) | |
DoFinal(Byte, Int32) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetBlockSize | |
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 | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
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) |