Definition at line 29 of file Key.php.
◆ __toString()
- Returns
- string
Definition at line 81 of file Key.php.
◆ count()
Definition at line 86 of file Key.php.
88 return $this->_details[
'bits'];
◆ getOpensslKeyResource()
getOpensslKeyResource |
( |
| ) |
|
Retrieves key resource
- Returns
- resource
Definition at line 55 of file Key.php.
◆ getType()
Definition at line 91 of file Key.php.
93 return $this->_details[
'type'];
◆ toString()
- Returns
- string
- Exceptions
-
- See also
- Zend_Crypt_Exception
Definition at line 64 of file Key.php.
66 if (!empty($this->_pemString)) {
68 }
elseif (!empty($this->_certificateString)) {
69 return $this->_certificateString;
74 #require_once 'Zend/Crypt/Exception.php'; elseif(isset( $params[ 'redirect_parent']))
◆ $_details
◆ $_opensslKeyResource
$_opensslKeyResource = null |
|
protected |
◆ $_pemString
The documentation for this class was generated from the following file:
- vendor/magento/zendframework1/library/Zend/Crypt/Rsa/Key.php