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 CachedKeygetCachedKey(String keyAlias)KeygetKey(String keyAlias)Set<String>getKeyAliases()intnumKeys()voidsetKey(String keyAlias, Key key)
-