org.alfresco.encryption
Class CachedKey

java.lang.Object
  extended by 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
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

NULL

public static CachedKey NULL
Constructor Detail

CachedKey

public CachedKey(java.security.Key key)
Method Detail

getKey

public java.security.Key getKey()

getTimestamp

public long getTimestamp()


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.