Class X509Register
- java.lang.Object
-
- org.apache.cxf.xkms.x509.handlers.X509Register
-
- All Implemented Interfaces:
org.apache.cxf.xkms.handlers.Register
public class X509Register extends Object implements org.apache.cxf.xkms.handlers.Register
-
-
Field Summary
Fields Modifier and Type Field Description protected CertificateFactory
certFactory
-
Constructor Summary
Constructors Constructor Description X509Register(org.apache.cxf.xkms.x509.repo.CertificateRepo certRepo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Field Detail
-
certFactory
protected final CertificateFactory certFactory
-
-
Constructor Detail
-
X509Register
public X509Register(org.apache.cxf.xkms.x509.repo.CertificateRepo certRepo) throws CertificateException
- Throws:
CertificateException
-
-
Method Detail
-
canProcess
public boolean canProcess(org.apache.cxf.xkms.model.xkms.RequestAbstractType request)
- Specified by:
canProcess
in interfaceorg.apache.cxf.xkms.handlers.Register
-
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)
- Specified by:
register
in interfaceorg.apache.cxf.xkms.handlers.Register
-
reissue
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)
- Specified by:
reissue
in interfaceorg.apache.cxf.xkms.handlers.Register
-
revoke
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)
- Specified by:
revoke
in interfaceorg.apache.cxf.xkms.handlers.Register
-
recover
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)
- Specified by:
recover
in interfaceorg.apache.cxf.xkms.handlers.Register
-
-