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

Public Member Functions

 getOpensslKeyResource ()
 Retrieves key resource.
 
 toString ()
 
 __toString ()
 
 count ()
 
 getType ()
 

Protected Attributes

 $_pemString = null
 
 $_details = array()
 
 $_opensslKeyResource = null
 

Member Function Documentation

__toString ( )
Returns
string
count ( )
getOpensslKeyResource ( )

Retrieves key resource.

Returns
resource
getType ( )
toString ( )
Returns
string
Exceptions
Zend_Crypt_Exception
See Also
Zend_Crypt_Exception

Member Data Documentation

$_details = array()
protected
$_opensslKeyResource = null
protected
$_pemString = null
protected