- 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
-
-
Field Summary
Fields
| Modifier and Type |
Field and Description |
static CachedKey |
NULL |
-
Constructor Summary
Constructors
| Constructor and Description |
CachedKey(java.security.Key key) |
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
java.security.Key |
getKey() |
long |
getTimestamp() |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.