Uses of Interface
org.apache.cxf.xkms.x509.repo.CertificateRepo
-
-
Uses of CertificateRepo in org.apache.cxf.xkms.service
Methods in org.apache.cxf.xkms.service that return CertificateRepo Modifier and Type Method Description CertificateRepoCertificateRepoProxyFactory. create() -
Uses of CertificateRepo in org.apache.cxf.xkms.x509.handlers
Constructors in org.apache.cxf.xkms.x509.handlers with parameters of type CertificateRepo Constructor Description 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 Modifier and Type Class Description classFileCertificateRepo -
Uses of CertificateRepo in org.apache.cxf.xkms.x509.repo.ldap
Classes in org.apache.cxf.xkms.x509.repo.ldap that implement CertificateRepo Modifier and Type Class Description classLdapCertificateRepo -
Uses of CertificateRepo in org.apache.cxf.xkms.x509.validator
Constructors in org.apache.cxf.xkms.x509.validator with parameters of type CertificateRepo Constructor Description DirectTrustValidator(CertificateRepo certRepo)TrustedAuthorityValidator(CertificateRepo certRepo)
-