C# Class KeePassLib.Cryptography.SelfTest

Class containing self-test methods.
Afficher le fichier Open project: cappert/keepass2

Méthodes publiques

Méthode Description
Perform ( ) : void

Perform a self-test.

Private Methods

Méthode Description
Salsa20ToPos ( KeePassLib.Cryptography.Cipher.Salsa20Cipher c, Random r, int nPos, int nTargetPos ) : int
TestFipsComplianceProblems ( ) : void
TestHmacOtp ( ) : void
TestMemUtil ( ) : void
TestNativeKeyTransform ( ) : void
TestProtectedObjects ( ) : void
TestRijndael ( ) : void
TestSalsa20 ( ) : void
TestStrUtil ( ) : void
TestUrlUtil ( ) : void

Method Details

Perform() public static méthode

Perform a self-test.
public static Perform ( ) : void
Résultat void