|
cryptal
latest
Cryptography Abstraction Layer
|
Public Member Functions | |
| __construct (Registry $registry, $packageName) | |
| addCipher ($cls, CipherEnum $algo, ModeEnum $mode, ImplementationTypeEnum $type) | |
| addHash ($cls, HashEnum $algo, ImplementationTypeEnum $type) | |
| addMac ($cls, MacEnum $algo, ImplementationTypeEnum $type) | |
Private Attributes | |
| $packageName | |
| $registry | |
Definition at line 12 of file RegistryWrapper.php.