Class BioBlockEncryptor
A IBioBlockTransform that encrypts a BioBlock.
Inheritance
System.Object
BioBlockEncryptor
Implements
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 class BioBlockEncryptor : IBioBlockTransform
Constructors
| Name | Description |
|---|---|
| BioBlockEncryptor() | Constructs a new encryptor. Generates a new AES key. |
| BioBlockEncryptor(Byte[]) | Constructs a new encryptor with the given key. |
Methods
| Name | Description |
|---|---|
| GetPreHashEncryptedRandomNumber(Byte[]) | Encrypts the transformation key with the given key. |
| Transform(BioBlock) | Encrypts a block. |