Uses of Class
org.apache.cxf.xkms.model.xkms.ValidateRequestType
-
-
Uses of ValidateRequestType in org.apache.cxf.xkms.client
Methods in org.apache.cxf.xkms.client that return ValidateRequestType Modifier and Type Method Description protected ValidateRequestTypeXKMSInvoker. prepareValidateXKMSRequest(X509Certificate cert) -
Uses of ValidateRequestType in org.apache.cxf.xkms.handlers
Methods in org.apache.cxf.xkms.handlers with parameters of type ValidateRequestType Modifier and Type Method Description StatusTypeValidator. validate(ValidateRequestType request) -
Uses of ValidateRequestType in org.apache.cxf.xkms.model.xkms
Methods in org.apache.cxf.xkms.model.xkms that return ValidateRequestType Modifier and Type Method Description ValidateRequestTypeObjectFactory. createValidateRequestType()Create an instance ofValidateRequestTypeMethods in org.apache.cxf.xkms.model.xkms that return types with arguments of type ValidateRequestType Modifier and Type Method Description javax.xml.bind.JAXBElement<ValidateRequestType>ObjectFactory. createValidateRequest(ValidateRequestType value)Methods in org.apache.cxf.xkms.model.xkms with parameters of type ValidateRequestType Modifier and Type Method Description javax.xml.bind.JAXBElement<ValidateRequestType>ObjectFactory. createValidateRequest(ValidateRequestType value) -
Uses of ValidateRequestType in org.apache.cxf.xkms.service
Methods in org.apache.cxf.xkms.service with parameters of type ValidateRequestType Modifier and Type Method Description ValidateResultTypeXKMSService. validate(ValidateRequestType request) -
Uses of ValidateRequestType in org.apache.cxf.xkms.x509.validator
Methods in org.apache.cxf.xkms.x509.validator with parameters of type ValidateRequestType Modifier and Type Method Description static List<X509Certificate>ValidateRequestParser. parse(ValidateRequestType request)Extract the X509 certificates from ValidateRequestType and return them as list.StatusTypeDateValidator. validate(ValidateRequestType request)StatusTypeDirectTrustValidator. validate(ValidateRequestType request)StatusTypeTrustedAuthorityValidator. validate(ValidateRequestType request) -
Uses of ValidateRequestType in org.w3._2002._03.xkms_wsdl
Methods in org.w3._2002._03.xkms_wsdl with parameters of type ValidateRequestType Modifier and Type Method Description ValidateResultTypeXKMSPortType. validate(ValidateRequestType body)
-