public class X509Register extends Object implements org.apache.cxf.xkms.handlers.Register
Modifier and Type | Field and Description |
---|---|
protected CertificateFactory |
certFactory |
Constructor and Description |
---|
X509Register(org.apache.cxf.xkms.x509.repo.CertificateRepo certRepo) |
Modifier and Type | Method and Description |
---|---|
boolean |
canProcess(org.apache.cxf.xkms.model.xkms.RequestAbstractType request) |
org.apache.cxf.xkms.model.xkms.RecoverResultType |
recover(org.apache.cxf.xkms.model.xkms.RecoverRequestType request,
org.apache.cxf.xkms.model.xkms.RecoverResultType response) |
org.apache.cxf.xkms.model.xkms.RegisterResultType |
register(org.apache.cxf.xkms.model.xkms.RegisterRequestType request,
org.apache.cxf.xkms.model.xkms.RegisterResultType response) |
org.apache.cxf.xkms.model.xkms.ReissueResultType |
reissue(org.apache.cxf.xkms.model.xkms.ReissueRequestType request,
org.apache.cxf.xkms.model.xkms.ReissueResultType response) |
org.apache.cxf.xkms.model.xkms.RevokeResultType |
revoke(org.apache.cxf.xkms.model.xkms.RevokeRequestType request,
org.apache.cxf.xkms.model.xkms.RevokeResultType response) |
protected final CertificateFactory certFactory
public X509Register(org.apache.cxf.xkms.x509.repo.CertificateRepo certRepo) throws CertificateException
CertificateException
public boolean canProcess(org.apache.cxf.xkms.model.xkms.RequestAbstractType request)
canProcess
in interface org.apache.cxf.xkms.handlers.Register
public org.apache.cxf.xkms.model.xkms.RegisterResultType register(org.apache.cxf.xkms.model.xkms.RegisterRequestType request, org.apache.cxf.xkms.model.xkms.RegisterResultType response)
register
in interface org.apache.cxf.xkms.handlers.Register
public org.apache.cxf.xkms.model.xkms.ReissueResultType reissue(org.apache.cxf.xkms.model.xkms.ReissueRequestType request, org.apache.cxf.xkms.model.xkms.ReissueResultType response)
reissue
in interface org.apache.cxf.xkms.handlers.Register
public org.apache.cxf.xkms.model.xkms.RevokeResultType revoke(org.apache.cxf.xkms.model.xkms.RevokeRequestType request, org.apache.cxf.xkms.model.xkms.RevokeResultType response)
revoke
in interface org.apache.cxf.xkms.handlers.Register
public org.apache.cxf.xkms.model.xkms.RecoverResultType recover(org.apache.cxf.xkms.model.xkms.RecoverRequestType request, org.apache.cxf.xkms.model.xkms.RecoverResultType response)
recover
in interface org.apache.cxf.xkms.handlers.Register
Apache CXF