Package org.alfresco.encryption
Class KeyMap
- java.lang.Object
-
- org.alfresco.encryption.KeyMap
-
public class KeyMap extends Object
A simple map of key aliases to keys. Each key has an associated timestamp indicating when it was last loaded from the keystore on disk.- Since:
- 4.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CachedKey
getCachedKey(String keyAlias)
Key
getKey(String keyAlias)
Set<String>
getKeyAliases()
int
numKeys()
void
setKey(String keyAlias, Key key)
-