Crypt/Rsa/Key/Private.php
Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to [email protected] so we can send you a copy immediately.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Crypt
- Subpackage
- Rsa
- Version
- $Id: Private.php 24593 2012-01-05 20:35:02Z matthew $
\Zend_Crypt_Rsa_Key_Private
Package: Zend\Crypt
- Parent(s)
- \Zend_Crypt_Rsa_Key
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Properties


array $_details = array()
Default value
array()
Details- Type
- array
- Inherited_from
- \Zend_Crypt_Rsa_Key::$$_details


resource $_opensslKeyResource = null
Default value
null
Details- Type
- resource
- Inherited_from
- \Zend_Crypt_Rsa_Key::$$_opensslKeyResource


string $_pemString = null
inheritedInherited from:
\Zend_Crypt_Rsa_Key::$$_pemString
Default value
null
Details- Type
- string
- Inherited_from
- \Zend_Crypt_Rsa_Key::$$_pemString
Methods


__construct( $pemString, $passPhrase = null) : void
Parameters
Name | Type | Description |
---|---|---|
$pemString | ||
$passPhrase |


__toString() : string
inherited
Inherited from:
\Zend_Crypt_Rsa_Key::__toString()
Returns
Type | Description |
---|---|
string |


_parse(string $passPhrase) : void
Parameters
Throws
Name | Type | Description |
---|---|---|
$passPhrase | string |
Exception | Description |
---|---|
\Zend_Crypt_Exception |


toString() : string
inherited
Inherited from:
\Zend_Crypt_Rsa_Key::toString()
Returns
Throws
Type | Description |
---|---|
string |
Exception | Description |
---|---|
\Zend_Crypt_Exception |