Cumulus4j API
(1.2.0)

Uses of Class
org.cumulus4j.keystore.GeneratedKey

Packages that use GeneratedKey
org.cumulus4j.keystore Key store managing keys safely in the local file system. 
 

Uses of GeneratedKey in org.cumulus4j.keystore
 

Methods in org.cumulus4j.keystore that return GeneratedKey
 GeneratedKey KeyStore.generateKey(String authUserName, char[] authPassword)
           Generate a new key and store it to the file.
 

Methods in org.cumulus4j.keystore that return types with arguments of type GeneratedKey
 List<GeneratedKey> KeyStore.generateKeys(String authUserName, char[] authPassword, int qty)
           Generate qty new keys and store them to the file.
 


Cumulus4j API
(1.2.0)

Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.