Definition at line 34 of file Private.php.
◆ __construct()
__construct |
( |
|
$pemString, |
|
|
|
$passPhrase = null |
|
) |
| |
Definition at line 39 of file Private.php.
41 $this->_pemString = $pemString;
42 $this->
_parse($passPhrase);
◆ _parse()
- Parameters
-
- Exceptions
-
- See also
- Zend_Crypt_Exception
Definition at line 49 of file Private.php.
51 $result = openssl_get_privatekey($this->_pemString, $passPhrase);
56 #require_once 'Zend/Crypt/Exception.php'; 59 $this->_opensslKeyResource =
$result;
60 $this->_details = openssl_pkey_get_details($this->_opensslKeyResource);
◆ getPublicKey()
◆ $_publicKey
The documentation for this class was generated from the following file:
- vendor/magento/zendframework1/library/Zend/Crypt/Rsa/Key/Private.php