org.apache.cxf.xkms.cache
Class XKMSCacheToken
java.lang.Object
org.apache.cxf.xkms.cache.XKMSCacheToken
- All Implemented Interfaces:
- Serializable
public class XKMSCacheToken
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XKMSCacheToken
public XKMSCacheToken()
XKMSCacheToken
public XKMSCacheToken(X509Certificate x509Certificate)
getX509Certificate
public X509Certificate getX509Certificate()
setX509Certificate
public void setX509Certificate(X509Certificate x509Certificate)
isXkmsValidated
public boolean isXkmsValidated()
setXkmsValidated
public void setXkmsValidated(boolean xkmsValidated)
Apache CXF