Uses of Interface
org.xipki.ca.server.CaConfStore
-
Packages that use CaConfStore Package Description org.xipki.ca.server org.xipki.ca.server.db -
-
Uses of CaConfStore in org.xipki.ca.server
Classes in org.xipki.ca.server that implement CaConfStore Modifier and Type Class Description classFileCaConfStoreThis class represents the file-based CA configuration. -
Uses of CaConfStore in org.xipki.ca.server.db
Classes in org.xipki.ca.server.db that implement CaConfStore Modifier and Type Class Description classDbCaConfStoreExecute the database queries to manage CA system.Constructors in org.xipki.ca.server.db with parameters of type CaConfStore Constructor Description DbCertStore(org.xipki.datasource.DataSourceWrapper datasource, CaConfStore caConfStore, UniqueIdGenerator idGenerator)
-