Uses of Interface
org.xipki.ca.server.CertStore
-
Packages that use CertStore Package Description org.xipki.ca.server org.xipki.ca.server.db -
-
Uses of CertStore in org.xipki.ca.server
Methods in org.xipki.ca.server with parameters of type CertStore Modifier and Type Method Description CaInfoCaConfStore. createCaInfo(String name, CertStore certstore)CaInfoFileCaConfStore. createCaInfo(String name, CertStore certstore)Constructors in org.xipki.ca.server with parameters of type CertStore Constructor Description CaInfo(org.xipki.ca.api.mgmt.entry.CaEntry caEntry, org.xipki.ca.api.mgmt.entry.CaConfColumn caConfColumn, CertStore certStore)X509Ca(CaManagerImpl caManager, CaInfo caInfo, CertStore certstore, CtLogClient ctlogClient)X509CrlModule(CaManagerImpl caManager, CaInfo caInfo, CertStore certstore, org.xipki.ca.server.X509PublisherModule publisher)X509RemoverModule(CaManagerImpl caManager, CaInfo caInfo, CertStore certstore, org.xipki.ca.server.X509PublisherModule publisherModule)X509RevokerModule(CaManagerImpl caManager, CaInfo caInfo, CertStore certstore, org.xipki.ca.server.X509PublisherModule publisherModule) -
Uses of CertStore in org.xipki.ca.server.db
Classes in org.xipki.ca.server.db that implement CertStore Modifier and Type Class Description classDbCertStoreCA cert store.Methods in org.xipki.ca.server.db with parameters of type CertStore Modifier and Type Method Description CaInfoDbCaConfStore. createCaInfo(String name, CertStore certstore)
-