Cumulus4j API
(1.2.0)

Uses of Package
org.cumulus4j.keystore

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. 
org.cumulus4j.store.localkeystoremessagebroker   
 

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.
 

Classes in org.cumulus4j.keystore used by org.cumulus4j.store.localkeystoremessagebroker
KeyStore
           KeyStore is a storage facility for cryptographic keys.
 


Cumulus4j API
(1.2.0)

Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.