HCE THashAlgorithm, TEncryptionAlgorithm  ClassNMLE API Reference
Hashed Convergent Encryption algorythm. Provides methods to perform MLE convergent encryption with a hash check
Inheritance Hierarchy

OnlineSystem Object
  NMLE MessageLockedAlgoritm THashAlgorithm, TEncryptionAlgorithm 
    NMLE.HCE HCE THashAlgorithm, TEncryptionAlgorithm 

Namespace: NMLE.HCE
Assembly: NMLE (in NMLE.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public class HCE<THashAlgorithm, TEncryptionAlgorithm> : MessageLockedAlgoritm<THashAlgorithm, TEncryptionAlgorithm>
where THashAlgorithm : new(), HashAlgorithm 
where TEncryptionAlgorithm : new(), SymmetricAlgorithm
Type Parameters

THashAlgorithm
The hash algorythm used to derive the key
TEncryptionAlgorithm
The encryption algorythm used transform the message
See Also