Class Crypt_KeyStore_PrivateKeyEntry

Description

An asymmetric private key key store entry that includes a public certificate, a private key, and optionally a certificate chain.

Located in /Crypt/KeyStore/PrivateKeyEntry.php (line 36)

Crypt_KeyStore_BaseEntry
   |
   --Crypt_KeyStore_PrivateKeyEntry
Method Summary
Crypt_KeyStore_PrivateKeyEntry __construct (Crypt_KeyStore_PrivateKey $privKey, Crypt_KeyStore_Certificate $cert, [array $chain = array()])
int getEntryType ()
string __toString ()
Methods
Constructor __construct (line 61)

Contructs a private key key store entry.

  • access: public
Crypt_KeyStore_PrivateKeyEntry __construct (Crypt_KeyStore_PrivateKey $privKey, Crypt_KeyStore_Certificate $cert, [array $chain = array()])

Redefinition of:
Crypt_KeyStore_BaseEntry::__construct()
Constructs a new base key store entry.
getCertificate (line 75)

Gets the end entity Certificate from the certificate chain in this entry.

  • access: public
Crypt_KeyStore_Certificate getCertificate ()
getCertificateChain (line 85)

Gets the Certificate chain from this entry.

  • access: public
array getCertificateChain ()
getEntryType (line 105)

Returns the type of the key store entry.

  • access: public
int getEntryType ()
getPrivateKey (line 95)

Gets the PrivateKey from this entry.

  • access: public
Crypt_KeyStore_PrivateKey getPrivateKey ()
__toString (line 115)

Returns a string representation of this Crypt_KeyStore_PrivateKeyEntry.

  • access: public
string __toString ()

Inherited Methods

Inherited From Crypt_KeyStore_BaseEntry

Crypt_KeyStore_BaseEntry::__construct()
Crypt_KeyStore_BaseEntry::getCreationDate()
Class Constants

Documentation generated on Tue, 08 Jul 2008 14:52:12 -0500 by phpDocumentor 1.4.2