Interface for keys (symmetric or asymmetric) stored by the key store.
Located in /Crypt/KeyStore/Key.php (line 28)
| Class | Description |
|---|---|
| Crypt_KeyStore_PrivateKey | Marker interface for implementations of a private key. |
| Crypt_KeyStore_PublicKey | Marker interface for implementations of a public key. |
| Crypt_KeyStore_SecretKey | Marker interface for implementations of a secret key. |
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. The primary encoding format is named in terms of the appropriate ASN.1 data format, if an ASN.1 specification for this key exists. For example, the name of the ASN.1 data format for public keys is SubjectPublicKeyInfo, as defined by the X.509 standard; in this case, the returned format is "X.509". Similarly, the name of the ASN.1 data format for private keys is PrivateKeyInfo, as defined by the PKCS #8 standard; in this case, the returned format is "PKCS#8".
Documentation generated on Tue, 08 Jul 2008 14:52:09 -0500 by phpDocumentor 1.4.2