public class KCcmBlockCipher : IAeadBlockCipher,
IAeadCipher
Public Class KCcmBlockCipher
Implements IAeadBlockCipher, IAeadCipher
public ref class KCcmBlockCipher : IAeadBlockCipher,
IAeadCipher
Org.BouncyCastle.Crypto.Modes.KCcmBlockCipher = function();
Type.createClass(
'Org.BouncyCastle.Crypto.Modes.KCcmBlockCipher',
null,
Org.BouncyCastle.Crypto.Modes.IAeadBlockCipher,
Org.BouncyCastle.Crypto.Modes.IAeadCipher);
KCcmBlockCipher(IBlockCipher) | Base constructor. Nb value is set to 4. |
KCcmBlockCipher(IBlockCipher, Int32) | Constructor allowing Nb configuration. Nb is a parameter specified in CCM mode of DSTU7624 standard. This parameter specifies maximum possible length of input.It should be calculated as follows: Nb = 1 / 8 * (-3 + log[2]Nmax) + 1, where Nmax - length of input message in bits.For practical reasons Nmax usually less than 4Gb, e.g. for Nmax = 2^32 - 1, Nb = 4. |
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) | |
ProcessPacket(ReadOnlySpanByte, SpanByte) | |
ProcessPacket(Byte, Int32, Int32, Byte, Int32) | |
Reset | |
ToString | Returns a string that represents the current object. (Inherited from Object) |