Uses of Class
org.xipki.ca.server.IdentifiedCertprofile
-
Packages that use IdentifiedCertprofile Package Description org.xipki.ca.server org.xipki.ca.server.db org.xipki.ca.server.mgmt -
-
Uses of IdentifiedCertprofile in org.xipki.ca.server
Methods in org.xipki.ca.server that return IdentifiedCertprofile 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)IdentifiedCertprofileX509Ca. getX509Certprofile(String certprofileName) -
Uses of IdentifiedCertprofile in org.xipki.ca.server.db
Methods in org.xipki.ca.server.db that return IdentifiedCertprofile Modifier and Type Method Description IdentifiedCertprofileDbCaConfStore. changeCertprofile(org.xipki.ca.api.NameId nameId, String type, String conf, CaManagerImpl certprofileManager) -
Uses of IdentifiedCertprofile in org.xipki.ca.server.mgmt
Methods in org.xipki.ca.server.mgmt that return IdentifiedCertprofile Modifier and Type Method Description IdentifiedCertprofileCaManagerImpl. createCertprofile(org.xipki.ca.api.mgmt.entry.CertprofileEntry entry)IdentifiedCertprofileCaManagerImpl. getIdentifiedCertprofile(String profileName)Methods in org.xipki.ca.server.mgmt with parameters of type IdentifiedCertprofile Modifier and Type Method Description static org.xipki.security.X509CertSelfSignedCertBuilder. generateSelfSigned(org.xipki.security.SecurityFactory securityFactory, String signerType, String signerConf, IdentifiedCertprofile certprofile, String subject, String serialNumber, Instant notBefore, Instant notAfter)
-