Interface Crypt_KeyStore_Certificate

Description

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


	
			
Method Summary
Methods
getEncoded (line 44)

Returns the encoded form of this certificate. It is assumed that each certificate type would have only a single form of encoding; for example, X.509 certificates would be encoded as PEM.

  • return: the encoded form of this certificate
  • access: public
string getEncoded ()
getPublicKey (line 51)

Gets the public key from this certificate.

  • access: public
Crypt_KeyStore_PublicKey getPublicKey ()
getType (line 58)

Returns the type of this certificate.

  • return: the type of this certificate.
  • access: public
string getType ()
isEqualTo (line 69)

Returns true if and only if this certificate is the same certificate as the Certificate object pointed to by $rhsCert.

  • return: true if $this == $rhsCert, false if not
  • access: public
boolean isEqualTo (Crypt_KeyStore_Certificate $rhsCert)

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