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
Methods in org.xipki.ca.server with parameters of type CaManagerImpl Modifier and Type Method Description IdentifiedCertprofileCaConfStore. changeCertprofile(org.xipki.ca.api.NameId nameId, String type, String conf, CaManagerImpl certprofileManager)IdentifiedCertprofileFileCaConfStore. changeCertprofile(org.xipki.ca.api.NameId nameId, String type, String conf, CaManagerImpl certprofileManager)KeypairGenEntryWrapperCaConfStore. changeKeypairGen(String name, String type, String conf, CaManagerImpl manager)KeypairGenEntryWrapperFileCaConfStore. changeKeypairGen(String name, String type, String conf, CaManagerImpl manager)IdentifiedCertPublisherCaConfStore. changePublisher(String name, String type, String conf, CaManagerImpl publisherManager)IdentifiedCertPublisherFileCaConfStore. changePublisher(String name, String type, String conf, CaManagerImpl publisherManager)org.xipki.ca.api.mgmt.entry.SignerEntryCaConfStore. changeSigner(String name, String type, String conf, String base64Cert, CaManagerImpl signerManager)org.xipki.ca.api.mgmt.entry.SignerEntryFileCaConfStore. changeSigner(String name, String type, String conf, String base64Cert, CaManagerImpl signerManager)Constructors in org.xipki.ca.server with parameters of type CaManagerImpl Constructor Description SdkResponder(String reverseProxyMode, 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 IdentifiedCertprofileDbCaConfStore. changeCertprofile(org.xipki.ca.api.NameId nameId, String type, String conf, CaManagerImpl certprofileManager)KeypairGenEntryWrapperDbCaConfStore. changeKeypairGen(String name, String type, String conf, CaManagerImpl manager)IdentifiedCertPublisherDbCaConfStore. changePublisher(String name, String type, String conf, CaManagerImpl publisherManager)org.xipki.ca.api.mgmt.entry.SignerEntryDbCaConfStore. changeSigner(String name, String type, String conf, String base64Cert, CaManagerImpl signerManager)
-