|
Cumulus4j API (1.0.1) |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.cumulus4j.keystore | |
---|---|
org.cumulus4j.keymanager | Key manager sending keys to the app-server (when requested and allowed). |
org.cumulus4j.keymanager.channel |
Handlers for the communication channel between
key manager and application server. |
org.cumulus4j.keymanager.cli |
Command line interface for the KeyStore . |
org.cumulus4j.keymanager.front.webapp | REST API for the communication between client and key-server. |
org.cumulus4j.keystore | Key store managing keys safely in the local file system. |
Classes in org.cumulus4j.keystore used by org.cumulus4j.keymanager | |
---|---|
AuthenticationException
Thrown by any method of KeyStore which requires authentication,
if authentication fails. |
|
KeyStore
KeyStore is a storage facility for cryptographic keys. |
Classes in org.cumulus4j.keystore used by org.cumulus4j.keymanager.channel | |
---|---|
AuthenticationException
Thrown by any method of KeyStore which requires authentication,
if authentication fails. |
|
KeyNotFoundException
Thrown by KeyStore.getKey(String, char[], long) , if a non-existent
key is requested. |
Classes in org.cumulus4j.keystore used by org.cumulus4j.keymanager.cli | |
---|---|
KeyStore
KeyStore is a storage facility for cryptographic keys. |
Classes in org.cumulus4j.keystore used by org.cumulus4j.keymanager.front.webapp | |
---|---|
KeyStore
KeyStore is a storage facility for cryptographic keys. |
Classes in org.cumulus4j.keystore used by org.cumulus4j.keystore | |
---|---|
AuthenticationException
Thrown by any method of KeyStore which requires authentication,
if authentication fails. |
|
CannotDeleteLastUserException
Thrown by KeyStore.deleteUser(String, char[], String) , if
an attempt is made to delete the last user. |
|
DateDependentKeyStrategy.ActiveKey
Descriptor of the active key. |
|
GeneratedKey
Container holding a keyID and a key . |
|
KeyNotFoundException
Thrown by KeyStore.getKey(String, char[], long) , if a non-existent
key is requested. |
|
KeyStore
KeyStore is a storage facility for cryptographic keys. |
|
KeyStoreException
Base class for all exceptions thrown by KeyStore . |
|
KeyStoreNotEmptyException
Thrown, if an empty KeyStore is expected, but the key-store is
not empty. |
|
UserAlreadyExistsException
Thrown by KeyStore.createUser(String, char[], String, char[]) ,
if a user with the same userName already exists. |
|
UserNotFoundException
Thrown by the KeyStore , if a userName references a non-existent
user. |
|
Cumulus4j API (1.0.1) |
|||||||||
PREV NEXT | FRAMES NO FRAMES |