org.apache.cxf.xkms.x509.handlers
Class X509Register
java.lang.Object
org.apache.cxf.xkms.x509.handlers.X509Register
- All Implemented Interfaces:
- Register
public class X509Register
- extends Object
- implements Register
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
certFactory
protected final CertificateFactory certFactory
X509Register
public X509Register(CertificateRepo certRepo)
throws CertificateException
- Throws:
CertificateException
canProcess
public boolean canProcess(RequestAbstractType request)
- Specified by:
canProcess
in interface Register
register
public RegisterResultType register(RegisterRequestType request,
RegisterResultType response)
- Specified by:
register
in interface Register
reissue
public ReissueResultType reissue(ReissueRequestType request,
ReissueResultType response)
- Specified by:
reissue
in interface Register
revoke
public RevokeResultType revoke(RevokeRequestType request,
RevokeResultType response)
- Specified by:
revoke
in interface Register
recover
public RecoverResultType recover(RecoverRequestType request,
RecoverResultType response)
- Specified by:
recover
in interface Register
Apache CXF