Package org.xipki.ca.api.mgmt
Class CaConf.SingleCa
- java.lang.Object
-
- org.xipki.ca.api.mgmt.CaConf.SingleCa
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getAliases()CaEntrygetCaEntry()CaConf.GenSelfIssuedgetGenSelfIssued()StringgetName()List<String>getProfileNames()List<String>getPublisherNames()List<CaHasRequestorEntry>getRequestors()
-
-
-
Method Detail
-
getName
public String getName()
-
getCaEntry
public CaEntry getCaEntry()
-
getGenSelfIssued
public CaConf.GenSelfIssued getGenSelfIssued()
-
getRequestors
public List<CaHasRequestorEntry> getRequestors()
-
-