class Poodle\Crypt\AsymmetricExtends: Poodle\Crypt
Properties public $padding $private_key $public_key
Methods public static changeKeyPassphrase ( $private_key, ?string $old_passphrase = NULL, ?string $new_passphrase = NULL ) createKeyPair ( ?string $passphrase = NULL, array $options = array (
) ) public __construct ( array $options = array (
) ) __destruct ( ) decrypt ( string &$encrypted ) encrypt ( string &$data )
Inherited methods public static
|