PHP Class Defuse\Crypto\RuntimeTests

Inheritance: extends Crypto
Mostrar archivo Open project: defuse/php-encryption Class Usage Examples

Public Methods

Method Description
runtimeTest ( ) Runs the runtime tests.

Private Methods

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

Runs the runtime tests.
public static runtimeTest ( )