Package org.alfresco.encryption
Class CachedKey
- java.lang.Object
-
- org.alfresco.encryption.CachedKey
-
public class CachedKey extends java.lang.Object
Represents a loaded, cached encryption key. The key can be null.- Since:
- 4.0
-
-
Constructor Summary
Constructors Constructor Description CachedKey(java.security.Key key)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.security.Key
getKey()
long
getTimestamp()
-
-
-
Field Detail
-
NULL
public static CachedKey NULL
-
-