Uses of Class
org.xipki.ca.api.mgmt.entry.CaEntry
-
Packages that use CaEntry Package Description org.xipki.ca.api.mgmt org.xipki.ca.api.mgmt.entry -
-
Uses of CaEntry in org.xipki.ca.api.mgmt
Methods in org.xipki.ca.api.mgmt that return CaEntry Modifier and Type Method Description CaEntryCaManager. getCa(String caName)Gets the CA namedcaName.CaEntryCaConf.SingleCa. getCaEntry()CaEntryMgmtMessage.CaEntryWrapper. toCaEntry()Methods in org.xipki.ca.api.mgmt with parameters of type CaEntry Modifier and Type Method Description voidCaManager. addCa(CaEntry caEntry)Adds a CA.org.xipki.security.X509CertCaManager. generateRootCa(CaEntry caEntry, String certprofileName, String subject, String serialNumber, Instant notBefore, Instant notAfter)Generates a self-signed CA certificate.Constructors in org.xipki.ca.api.mgmt with parameters of type CaEntry Constructor Description CaEntryWrapper(CaEntry caEntry)SingleCa(String name, CaConf.GenSelfIssued genSelfIssued, CaEntry caEntry, List<String> aliases, List<String> profileNames, List<CaHasRequestorEntry> requestors, List<String> publisherNames) -
Uses of CaEntry in org.xipki.ca.api.mgmt.entry
Methods in org.xipki.ca.api.mgmt.entry that return CaEntry Modifier and Type Method Description CaEntryCaEntry. clone()Methods in org.xipki.ca.api.mgmt.entry with parameters of type CaEntry Modifier and Type Method Description booleanCaEntry. equals(CaEntry obj, boolean ignoreDynamicFields, boolean ignoreId)voidCaConfColumn. fillCaEntry(CaEntry entry)
-