Apache CXF API

Uses of Interface
org.apache.cxf.xkms.x509.repo.CertificateRepo

Packages that use CertificateRepo
org.apache.cxf.xkms.service   
org.apache.cxf.xkms.x509.handlers   
org.apache.cxf.xkms.x509.repo.file   
org.apache.cxf.xkms.x509.repo.ldap   
org.apache.cxf.xkms.x509.validator   
 

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

Methods in org.apache.cxf.xkms.service that return CertificateRepo
 CertificateRepo CertificateRepoProxyFactory.create()
           
 

Uses of CertificateRepo in org.apache.cxf.xkms.x509.handlers
 

Constructors in org.apache.cxf.xkms.x509.handlers with parameters of type CertificateRepo
X509Locator(CertificateRepo certRepo)
           
X509Register(CertificateRepo certRepo)
           
 

Uses of CertificateRepo in org.apache.cxf.xkms.x509.repo.file
 

Classes in org.apache.cxf.xkms.x509.repo.file that implement CertificateRepo
 class FileCertificateRepo
           
 

Uses of CertificateRepo in org.apache.cxf.xkms.x509.repo.ldap
 

Classes in org.apache.cxf.xkms.x509.repo.ldap that implement CertificateRepo
 class LdapCertificateRepo
           
 

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

Constructors in org.apache.cxf.xkms.x509.validator with parameters of type CertificateRepo
DirectTrustValidator(CertificateRepo certRepo)
           
TrustedAuthorityValidator(CertificateRepo certRepo)
           
 


Apache CXF API

Apache CXF