Class BioBlockDecryptor
A IBioBlockTransform that decrypts a BioBlock.
Inheritance
System.Object
BioBlockDecryptor
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
[CLSCompliant(false)]
public class BioBlockDecryptor : IBioBlockTransform
Constructors
Name | Description |
---|---|
BioBlockDecryptor(Byte[]) | Constructs a new decryptor with the given key. |
Methods
Name | Description |
---|---|
Transform(BioBlock) | Decrypts the given block. |