Class Crypt_KeyStore_TrustedCertificateEntry

Description

A trusted certificate key store entry that includes a trusted certificate.

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

Crypt_KeyStore_BaseEntry
   |
   --Crypt_KeyStore_TrustedCertificateEntry
Method Summary
Crypt_KeyStore_TrustedCertificateEntry __construct (Crypt_KeyStore_Certificate $trustedCert)
int getEntryType ()
string __toString ()
Methods
Constructor __construct (line 47)

Constructs a trusted certificate key store entry with the trusted certificate.

  • access: public
Crypt_KeyStore_TrustedCertificateEntry __construct (Crypt_KeyStore_Certificate $trustedCert)

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

Returns the type of the key store entry.

  • access: public
int getEntryType ()
getTrustedCertificate (line 58)

Gets the trusted Certficate from this entry.

  • access: public
Crypt_KeyStore_Certificate getTrustedCertificate ()
__toString (line 79)

Returns a string representation of this Crypt_KeyStore_TrustedCertificateEntry.

  • 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:13 -0500 by phpDocumentor 1.4.2