Uses of Class
org.xipki.ca.server.mgmt.CaManagerImpl
-
Packages that use CaManagerImpl Package Description org.xipki.ca.server org.xipki.ca.server.db -
-
Uses of CaManagerImpl in org.xipki.ca.server
Constructors in org.xipki.ca.server with parameters of type CaManagerImpl Constructor Description SdkResponder(CaManagerImpl caManager)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 CaManagerImpl in org.xipki.ca.server.db
Methods in org.xipki.ca.server.db with parameters of type CaManagerImpl Modifier and Type Method Description IdentifiedCertprofileCaManagerQueryExecutor. changeCertprofile(org.xipki.ca.api.NameId nameId, String type, String conf, CaManagerImpl certprofileManager)KeypairGenEntryWrapperCaManagerQueryExecutor. changeKeypairGen(String name, String type, String conf, CaManagerImpl manager)IdentifiedCertPublisherCaManagerQueryExecutor. changePublisher(String name, String type, String conf, CaManagerImpl publisherManager)SignerEntryWrapperCaManagerQueryExecutor. changeSigner(String name, String type, String conf, String base64Cert, CaManagerImpl signerManager)
-