public interface IAeadBlockCipher : IAeadCipher
Public Interface IAeadBlockCipher
Inherits IAeadCipher
public interface class IAeadBlockCipher : IAeadCipher
Org.BouncyCastle.Crypto.Modes.IAeadBlockCipher = function();
Org.BouncyCastle.Crypto.Modes.IAeadBlockCipher.createInterface('Org.BouncyCastle.Crypto.Modes.IAeadBlockCipher');
AlgorithmName | The name of the algorithm this cipher implements. (Inherited from IAeadCipher) |
UnderlyingCipher | The block cipher underlying this algorithm. |
DoFinal(SpanByte) | (Inherited from IAeadCipher) |
DoFinal(Byte, Int32) | (Inherited from IAeadCipher) |
GetBlockSize | |
GetMac | (Inherited from IAeadCipher) |
GetOutputSize | (Inherited from IAeadCipher) |
GetUpdateOutputSize | (Inherited from IAeadCipher) |
Init | Initialise the cipher. (Inherited from IAeadCipher) |
ProcessAadByte | Add a single byte to the associated data check. (Inherited from IAeadCipher) |
ProcessAadBytes(ReadOnlySpanByte) | Add a span of bytes to the associated data check. (Inherited from IAeadCipher) |
ProcessAadBytes(Byte, Int32, Int32) | Add a sequence of bytes to the associated data check. (Inherited from IAeadCipher) |
ProcessByte(Byte, SpanByte) | (Inherited from IAeadCipher) |
ProcessByte(Byte, Byte, Int32) | (Inherited from IAeadCipher) |
ProcessBytes(ReadOnlySpanByte, SpanByte) | (Inherited from IAeadCipher) |
ProcessBytes(Byte, Int32, Int32, Byte, Int32) | (Inherited from IAeadCipher) |
Reset |
Reset the cipher to the same state as it was after the last init (if there was one).
(Inherited from IAeadCipher) |