Apache CXF API

org.apache.cxf.xkms.cache
Class XKMSCacheToken

java.lang.Object
  extended by org.apache.cxf.xkms.cache.XKMSCacheToken
All Implemented Interfaces:
Serializable

public class XKMSCacheToken
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
XKMSCacheToken()
           
XKMSCacheToken(X509Certificate x509Certificate)
           
 
Method Summary
 X509Certificate getX509Certificate()
           
 boolean isXkmsValidated()
           
 void setX509Certificate(X509Certificate x509Certificate)
           
 void setXkmsValidated(boolean xkmsValidated)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XKMSCacheToken

public XKMSCacheToken()

XKMSCacheToken

public XKMSCacheToken(X509Certificate x509Certificate)
Method Detail

getX509Certificate

public X509Certificate getX509Certificate()

setX509Certificate

public void setX509Certificate(X509Certificate x509Certificate)

isXkmsValidated

public boolean isXkmsValidated()

setXkmsValidated

public void setXkmsValidated(boolean xkmsValidated)

Apache CXF API

Apache CXF