Methods
__construct()
__construct(array | \Traversable | null $options)
Inherited
inherited_from |
\Zend\Stdlib\AbstractOptions::__construct() |
Parameters
$options
array\Traversablenull
__get()
__get(string $key) : mixed
Inherited
see |
\Zend\Stdlib\ParameterObject::__get() |
inherited_from |
\Zend\Stdlib\AbstractOptions::__get() |
Parameters
$key
string
Exceptions
Returns
mixed
__isset()
__isset(string $key) : bool
Inherited
see |
\Zend\Stdlib\ParameterObject::__isset() |
inherited_from |
\Zend\Stdlib\AbstractOptions::__isset() |
Parameters
$key
string
Returns
bool
__set()
__set(string $key, mixed $value) : void
Inherited
see |
\Zend\Stdlib\ParameterObject::__set() |
inherited_from |
\Zend\Stdlib\AbstractOptions::__set() |
Parameters
$key
string
$value
mixed
Exceptions
__unset()
__unset(string $key) : void
Inherited
see |
\Zend\Stdlib\ParameterObject::__unset() |
inherited_from |
\Zend\Stdlib\AbstractOptions::__unset() |
Parameters
$key
string
Exceptions
Get the value of binary output
getBinaryOutput() : bool
Get hash algorithm
getHashAlgorithm() : string
getOpensslSignatureAlgorithm()
getOpensslSignatureAlgorithm()
Get pass phrase
getPassPhrase() : string
setFromArray()
setFromArray(array | \Traversable $options) : \Zend\Stdlib\AbstractOptions
Inherited
inherited_from |
\Zend\Stdlib\AbstractOptions::setFromArray() |
Parameters
$options
array\Traversable
Exceptions
Returns
Cast to array
toArray() : array
Inherited
inherited_from |
\Zend\Stdlib\AbstractOptions::toArray() |
Returns
array
Properties
We use the __ prefix to avoid collisions with properties in
user-implementations.
$__strictMode__ : bool
Inherited
inherited_from |
\Zend\Stdlib\AbstractOptions::$$__strictMode__ |
Output is binary
$binaryOutput : bool
$hashAlgorithm
$hashAlgorithm : string
Signature hash algorithm defined by openss constants
$opensslSignatureAlgorithm : int
$passPhrase
$passPhrase : string