public class DynamicKeyManager extends KeyManager
Constructor and Description |
---|
DynamicKeyManager() |
Modifier and Type | Method and Description |
---|---|
KeyObject |
createKeyObject() |
static KeyManager |
getInstance() |
List<String> |
initFromList(List<String> keys)
Init the Manager from a list of filename Key, the key name is the
basename
minus the extension of the key's
type
|
void |
saveToFiles() |
crypt, decrypt, getKey, setKey
public static final KeyManager getInstance()
public KeyObject createKeyObject()
createKeyObject
in class KeyManager
public List<String> initFromList(List<String> keys)
KeyManager
initFromList
in class KeyManager
public void saveToFiles() throws CryptoException, IOException
saveToFiles
in class KeyManager
CryptoException
IOException
Copyright © 2009–2020 Waarp. All rights reserved.