public class TrustedAuthorityValidator extends Object implements org.apache.cxf.xkms.handlers.Validator
Constructor and Description |
---|
TrustedAuthorityValidator(org.apache.cxf.xkms.x509.repo.CertificateRepo certRepo) |
Modifier and Type | Method and Description |
---|---|
boolean |
isEnableRevocation() |
void |
setEnableRevocation(boolean enableRevocation) |
org.apache.cxf.xkms.model.xkms.StatusType |
validate(org.apache.cxf.xkms.model.xkms.ValidateRequestType request) |
public TrustedAuthorityValidator(org.apache.cxf.xkms.x509.repo.CertificateRepo certRepo)
public org.apache.cxf.xkms.model.xkms.StatusType validate(org.apache.cxf.xkms.model.xkms.ValidateRequestType request)
validate
in interface org.apache.cxf.xkms.handlers.Validator
public boolean isEnableRevocation()
public void setEnableRevocation(boolean enableRevocation)
Apache CXF