__construct()
decrypt()
encrypt()
getCompression()
getEnvelopeKey()
getPackage()
getPassphrase()
getPrivateKey()
getPublicKey()
setCompression()
setEnvelopeKey()
setPackage()
setPassphrase()
setPrivateKey()
setPublicKey()
toString()
_setKeys()
$compression
$keys
$package
$passphrase
Encryption adapter for openssl
__construct(string | array | \Traversable $options)
stringarray\TraversableOptions for this adapter
\Zend\Filter\Exception\ExtensionNotLoadedException |
|---|
decrypt(string $value) : string
Decrypts $value with the defined settings
stringContent to decrypt
\Zend\Filter\Exception\RuntimeException |
|---|
stringThe decrypted contentencrypt(string $value) : string
stringContent to encrypt
\Zend\Filter\Exception\RuntimeException |
|---|
stringThe encrypted contentgetCompression() : array
arraygetEnvelopeKey() : array
arraygetPackage() : bool
boolgetPassphrase() : string
stringgetPrivateKey() : array
arraygetPublicKey() : array
arraysetCompression(string | array $compression) : \Zend\Filter\Encrypt\Openssl
setPackage(bool $package) : \Zend\Filter\Encrypt\Openssl
toString() : string
string_setKeys(string | array $keys) : \Zend\Filter\Encrypt\Openssl
stringarrayKey with type association
\Zend\Filter\Exception\InvalidArgumentException |
|---|
$compression : array
$keys
$package : bool
$passphrase : string