/Crypt/KeyStore.php

Description

The PHP Key Store Library.

The KeyStore class encapsulates the key management and usage functionality that is used to create asymmetric or symmetric encryption keys and then uses those keys for cryptographic functionality (encrypt, decrypt, sign, verify). The class is designed to be used as a self-contained, self-maintained key store. Keys are created by the key store and stored in the key store for the life time of keys. When a key is used for encryption/decryption, it is used in the key store itself. The key is never exported in plaintext from the KeyStore or used for encryption/decryption outside of the key store.

PHP version 5

Classes
Class Description
Crypt_KeyStore <p>This class represents a storage facility for cryptographic keys and certificates.</p>
Includes
require_once ('Crypt/KeyStore/Exception.php') (line 30)
require_once ('Crypt/KeyStore/SPI/KeyStoreSPI.php') (line 31)

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