public class ChaCha20Poly1305 : IAeadCipher
Public Class ChaCha20Poly1305
Implements IAeadCipher
public ref class ChaCha20Poly1305 : IAeadCipher
Org.BouncyCastle.Crypto.Modes.ChaCha20Poly1305 = function();
Type.createClass(
'Org.BouncyCastle.Crypto.Modes.ChaCha20Poly1305',
null,
Org.BouncyCastle.Crypto.Modes.IAeadCipher);
ChaCha20Poly1305 | Initializes a new instance of the ChaCha20Poly1305 class |
ChaCha20Poly1305(IMac) | Initializes a new instance of the ChaCha20Poly1305 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) |
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) |