Apache CXF API

Uses of Interface
org.apache.cxf.xkms.handlers.Validator

Packages that use Validator
org.apache.cxf.xkms.service   
org.apache.cxf.xkms.x509.validator   
 

Uses of Validator in org.apache.cxf.xkms.service
 

Method parameters in org.apache.cxf.xkms.service with type arguments of type Validator
 void XKMSService.setValidators(List<Validator> validators)
           
 

Uses of Validator in org.apache.cxf.xkms.x509.validator
 

Classes in org.apache.cxf.xkms.x509.validator that implement Validator
 class DateValidator
           
 class DirectTrustValidator
           
 class TrustedAuthorityValidator
           
 


Apache CXF API

Apache CXF