Zend Framework  1.12
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
Zend_Crypt_Rsa_Key_Private Class Reference

Public Member Functions

 __construct ($pemString, $passPhrase=null)
 
 getPublicKey ()
 
- Public Member Functions inherited from Zend_Crypt_Rsa_Key
 getOpensslKeyResource ()
 Retrieves key resource.
 
 toString ()
 
 __toString ()
 
 count ()
 
 getType ()
 

Protected Member Functions

 _parse ($passPhrase)
 

Protected Attributes

 $_publicKey = null
 
- Protected Attributes inherited from Zend_Crypt_Rsa_Key
 $_pemString = null
 
 $_details = array()
 
 $_opensslKeyResource = null
 

Constructor & Destructor Documentation

__construct (   $pemString,
  $passPhrase = null 
)

Member Function Documentation

_parse (   $passPhrase)
protected
Parameters
string$passPhrase
Exceptions
Zend_Crypt_Exception
See Also
Zend_Crypt_Exception
getPublicKey ( )

Member Data Documentation

$_publicKey = null
protected