| 
 | Cumulus4j API (1.1.0) | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
          Description
| Class Summary | |
|---|---|
| DateDependentKeyStrategy | Key management strategy determining the currently active encryption key by the current time. | 
| DateDependentKeyStrategy.ActiveKey | Descriptor of the active key. | 
| GeneratedKey | Container holding a keyIDand akey. | 
| KeyStore | KeyStoreis a storage facility for cryptographic keys. | 
| KeyStoreVersion | |
| Exception Summary | |
|---|---|
| AuthenticationException | Thrown by any method of KeyStorewhich requires authentication,
 if authentication fails. | 
| CannotDeleteLastUserException | Thrown by KeyStore.deleteUser(String, char[], String), if
 an attempt is made to delete the last user. | 
| KeyNotFoundException | Thrown by KeyStore.getKey(String, char[], long), if a non-existent
 key is requested. | 
| KeyStoreException | Base class for all exceptions thrown by KeyStore. | 
| KeyStoreNotEmptyException | Thrown, if an emptyKeyStoreis expected, but the key-store is
 not empty. | 
| UserAlreadyExistsException | Thrown by KeyStore.createUser(String, char[], String, char[]),
 if a user with the sameuserNamealready exists. | 
| UserNotFoundException | Thrown by the KeyStore, if auserNamereferences a non-existent
 user. | 
Key store managing keys safely in the local file system.
 The KeyStore is the most important class in this package. It manages a file
 in the local file system in which it saves the keys
 used by the Cumulus4j-DataNucleus-plug-in in an encrypted form. It is similar to a
 Java-KeyStore,
 but specifically serves the needs of Cumulus4j.
 
| 
 | Cumulus4j API (1.1.0) | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||