Class Crypt_KeyStore_SecretKeyEntry

Description

A symmetric key key store entry that includes a secret key.

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

Crypt_KeyStore_BaseEntry
   |
   --Crypt_KeyStore_SecretKeyEntry
Method Summary
Crypt_KeyStore_SecretKeyEntry __construct (Crypt_KeyStore_SecretKey $secretKey)
int getEntryType ()
string __toString ()
Methods
Constructor __construct (line 52)

Constructs a secret key key store entry with the secret key.

  • access: public
Crypt_KeyStore_SecretKeyEntry __construct (Crypt_KeyStore_SecretKey $secretKey)

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

Returns the type of the key store entry.

  • access: public
int getEntryType ()
getSecretKey (line 63)

Gets the SecretKey from this entry.

  • access: public
Crypt_KeyStore_SecretKey getSecretKey ()
__toString (line 83)

Returns a string representation of this Crypt_KeyStore_SecretKeyEntry.

  • 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