Crypt/Rsa/Key/Private.php

Show: inherited
Table of Contents

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

Propertyprotectedarray $_details = array()
inherited

Bits, key string and type of key

Inherited from: \Zend_Crypt_Rsa_Key::$$_details
Default valuearray()Details
Type
array
Inherited_from
\Zend_Crypt_Rsa_Key::$$_details  
Propertyprotectedresource $_opensslKeyResource = null
inherited

Key Resource

Inherited from: \Zend_Crypt_Rsa_Key::$$_opensslKeyResource
Default valuenullDetails
Type
resource
Inherited_from
\Zend_Crypt_Rsa_Key::$$_opensslKeyResource  
Propertyprotectedstring $_pemString = null
inherited

Inherited from: \Zend_Crypt_Rsa_Key::$$_pemString
Default valuenullDetails
Type
string
Inherited_from
\Zend_Crypt_Rsa_Key::$$_pemString  
Propertyprotected$_publicKey = null
Default valuenullDetails
Type
n/a

Methods

methodpublic__construct( $pemString,  $passPhrase = null) : void

Parameters
Name Type Description
$pemString
$passPhrase
methodpublic__toString() : string
inherited

Inherited from: \Zend_Crypt_Rsa_Key::__toString()
Returns
Type Description
string
methodprotected_parse(string $passPhrase) : void

Parameters
Name Type Description
$passPhrase string
Throws
Exception Description
\Zend_Crypt_Exception
methodpubliccount() : void
inherited

Inherited from: \Zend_Crypt_Rsa_Key::count()
methodpublicgetOpensslKeyResource() : resource
inherited

Retrieves key resource

Inherited from: \Zend_Crypt_Rsa_Key::getOpensslKeyResource()
Returns
Type Description
resource
methodpublicgetPublicKey() : void

methodpublicgetType() : void
inherited

Inherited from: \Zend_Crypt_Rsa_Key::getType()
methodpublictoString() : string
inherited

Inherited from: \Zend_Crypt_Rsa_Key::toString()
Returns
Type Description
string
Throws
Exception Description
\Zend_Crypt_Exception
Documentation was generated by phpDocumentor 2.0.0a8.