Package 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
-
-
Constructor Summary
Constructors Constructor Description XKMSCacheToken()XKMSCacheToken(X509Certificate x509Certificate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description X509CertificategetX509Certificate()booleanisXkmsValidated()voidsetX509Certificate(X509Certificate x509Certificate)voidsetXkmsValidated(boolean xkmsValidated)
-
-
-
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)
-
-