Class Crypt_KeyStore_BaseEntry

Description

Implements interfaces:

Abstract base implementation of the key store entry interface.

Located in /Crypt/KeyStore/BaseEntry.php (line 35)


	
			
Direct descendents
Class Description
Crypt_KeyStore_PrivateKeyEntry An asymmetric private key key store entry that includes a public certificate, a private key, and optionally a certificate chain.
Crypt_KeyStore_SecretKeyEntry A symmetric key key store entry that includes a secret key.
Crypt_KeyStore_TrustedCertificateEntry A trusted certificate key store entry that includes a trusted certificate.
Class Constant Summary
Method Summary
Crypt_KeyStore_BaseEntry __construct (DateTime $creationDate)
DateTime getCreationDate ()
Methods
Constructor __construct (line 50)

Constructs a new base key store entry.

  • access: public
Crypt_KeyStore_BaseEntry __construct (DateTime $creationDate)
  • DateTime $creationDate: date/time the key store entry was created

Redefined in descendants as:
getCreationDate (line 63)

Returns the date/time stamp the key store entry was added to the key store.

  • see: getCreationDate()
  • access: public
DateTime getCreationDate ()

Implementation of:
Crypt_KeyStore_Entry::getCreationDate()
Returns the date the entry was created in the key store.
Class Constants
PRIVATEKEY_TYPE = 0 (line 37)
SECRETKEY_TYPE = 1 (line 39)
TRUSTEDCERT_TYPE = 2 (line 41)

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