Definition at line 34 of file Public.php.
◆ __construct()
◆ _parse()
- Parameters
-
- Exceptions
-
- See also
- Zend_Crypt_Exception
Definition at line 48 of file Public.php.
50 if (preg_match(
"/^-----BEGIN CERTIFICATE-----/", $string)) {
51 $this->_certificateString = $string;
53 $this->_pemString = $string;
55 $result = openssl_get_publickey($string);
60 #require_once 'Zend/Crypt/Exception.php'; 65 $this->_opensslKeyResource =
$result;
66 $this->_details = openssl_pkey_get_details($this->_opensslKeyResource);
◆ getCertificate()
◆ $_certificateString
$_certificateString = null |
|
protected |
The documentation for this class was generated from the following file:
- vendor/magento/zendframework1/library/Zend/Crypt/Rsa/Key/Public.php