Package org.apache.cxf.xkms.x509.repo
Interface CertificateRepo
- All Known Implementing Classes:
FileCertificateRepo,LdapCertificateRepo
public interface CertificateRepo
-
Method Summary
Modifier and TypeMethodDescriptionfindByEndpoint(String endpoint) findByIssuerSerial(String issuer, String serial) findByServiceName(String serviceName) getCRLs()voidsaveCertificate(X509Certificate cert, UseKeyWithType key)
-
Method Details
-
getTrustedCaCerts
List<X509Certificate> getTrustedCaCerts() -
getCaCerts
List<X509Certificate> getCaCerts() -
getCRLs
-
saveCertificate
-
findBySubjectDn
-
findByServiceName
-
findByEndpoint
-
findByIssuerSerial
-