PHP Class Defuse\Crypto\RuntimeTests

Inheritance: extends Crypto
Afficher le fichier Open project: defuse/php-encryption Class Usage Examples

Méthodes publiques

Méthode Description
runtimeTest ( ) Runs the runtime tests.

Private Methods

Méthode Description
AESTestVector ( ) Test AES against test vectors.
HKDFTestVector ( ) Test HKDF against test vectors.
HMACTestVector ( ) Test HMAC against test vectors.
testEncryptDecrypt ( ) High-level tests of Crypto operations.

Method Details

runtimeTest() public static méthode

Runs the runtime tests.
public static runtimeTest ( )