C# Class KeePassLib.Cryptography.SelfTest

Class containing self-test methods.
Mostrar archivo Open project: cappert/keepass2

Public Methods

Method Description
Perform ( ) : void

Perform a self-test.

Private Methods

Method 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 method

Perform a self-test.
public static Perform ( ) : void
return void