public sealed class AesLightEngine : IBlockCipher
Public NotInheritable Class AesLightEngine
Implements IBlockCipher
public ref class AesLightEngine sealed : IBlockCipher
Org.BouncyCastle.Crypto.Engines.AesLightEngine = function();
Type.createClass(
'Org.BouncyCastle.Crypto.Engines.AesLightEngine',
null,
Org.BouncyCastle.Crypto.IBlockCipher);
AesLightEngine | Initializes a new instance of the AesLightEngine class |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetBlockSize | |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
Init | |
ProcessBlock(ReadOnlySpanByte, SpanByte) | |
ProcessBlock(Byte, Int32, Byte, Int32) | |
ToString | Returns a string that represents the current object. (Inherited from Object) |