Implements interfaces:
PrivateKey implementation for use with OpenSSL extension where the encoded format is PEM X509.
Located in /Crypt/KeyStore/SPI/DefaultPrivateKey.php (line 36)
Constructs an DefaultPrivateKey using the $keyData and $algorithm.
Returns the standard algorithm name for this key. For example, "DSA" would indicate that this key is a DSA key.
Returns the key in its primary encoding format, or null if this key does not support encoding.
Returns the name of the primary encoding format of this key, or null if this key does not support encoding. For default private keys, the format is 'X509'.
Returns the size of the key, in bits.
Returns a string representation of this key.
Documentation generated on Tue, 08 Jul 2008 14:52:07 -0500 by phpDocumentor 1.4.2