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