Class AesMode
Default AES parameters used by BioBlockEncryptor, BioBlockDecryptor.
Inheritance
System.Object
AesMode
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Sig.Crypto.BioBlocks
Assembly: SigCrypto.dll
Syntax
public static class AesMode
Fields
Name | Description |
---|---|
blockSize | The size of a block. |
cipherMode | The mode of the block cipher. |
keySize | The size of the key in bytes. 256 bits. |
paddingMode | The padding mode. |
Properties
Name | Description |
---|---|
IV | The initialization vector. |
Methods
Name | Description |
---|---|
Create() | Constructs a new Aes object with the default parameters listed in this class. |