|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.alfresco.encryption.CachedKey
public class CachedKey
Represents a loaded, cached encryption key. The key can be null.
| Field Summary | |
|---|---|
static CachedKey |
NULL
|
| Constructor Summary | |
|---|---|
CachedKey(java.security.Key key)
|
|
| Method Summary | |
|---|---|
java.security.Key |
getKey()
|
long |
getTimestamp()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static CachedKey NULL
| Constructor Detail |
|---|
public CachedKey(java.security.Key key)
| Method Detail |
|---|
public java.security.Key getKey()
public long getTimestamp()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||