AesEngine_X86 Structure

Definition

Namespace: Org.BouncyCastle.Crypto.Engines
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public struct AesEngine_X86 : IBlockCipher
Inheritance
Object    ValueType    AesEngine_X86
Implements
IBlockCipher

Constructors

AesEngine_X86Initializes a new instance of the AesEngine_X86 class

Properties

Methods

EqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetBlockSize 
GetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
GetTypeGets the Type of the current instance.
(Inherited from Object)
Init 
ProcessBlock(ReadOnlySpanByte, SpanByte) 
ProcessBlock(Byte, Int32, Byte, Int32) 
ProcessFourBlocks 
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

See Also