public class CaConf extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CaConf.GenSelfIssued |
static class |
CaConf.SingleCa |
| Constructor and Description |
|---|
CaConf(File confFile,
org.xipki.security.SecurityFactory securityFactory) |
CaConf(InputStream confFileZipStream,
org.xipki.security.SecurityFactory securityFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
addProfile(MgmtEntry.Certprofile profile) |
void |
addPublisher(MgmtEntry.Publisher publisher) |
void |
addRequestor(MgmtEntry.Requestor requestor) |
void |
addSigner(MgmtEntry.Signer signer) |
void |
addSingleCa(CaConf.SingleCa singleCa) |
void |
addUser(MgmtEntry.AddUser user) |
void |
addUser(MgmtEntry.User user) |
CaConf.SingleCa |
getCa(String name) |
Set<String> |
getCaNames() |
MgmtEntry.Certprofile |
getCertprofile(String name) |
Set<String> |
getCertprofileNames() |
MgmtEntry.Publisher |
getPublisher(String name) |
Set<String> |
getPublisherNames() |
MgmtEntry.Requestor |
getRequestor(String name) |
Set<String> |
getRequestorNames() |
MgmtEntry.Signer |
getSigner(String name) |
Set<String> |
getSignerNames() |
Object |
getUser(String name) |
Set<String> |
getUserNames() |
public CaConf(File confFile, org.xipki.security.SecurityFactory securityFactory) throws IOException, org.xipki.util.InvalidConfException, CaMgmtException
IOExceptionorg.xipki.util.InvalidConfExceptionCaMgmtExceptionpublic CaConf(InputStream confFileZipStream, org.xipki.security.SecurityFactory securityFactory) throws IOException, org.xipki.util.InvalidConfException, CaMgmtException
IOExceptionorg.xipki.util.InvalidConfExceptionCaMgmtExceptionpublic void addSigner(MgmtEntry.Signer signer)
public MgmtEntry.Signer getSigner(String name)
public void addRequestor(MgmtEntry.Requestor requestor)
public void addUser(MgmtEntry.User user)
public void addUser(MgmtEntry.AddUser user)
public MgmtEntry.Requestor getRequestor(String name)
public void addPublisher(MgmtEntry.Publisher publisher)
public MgmtEntry.Publisher getPublisher(String name)
public void addProfile(MgmtEntry.Certprofile profile)
public MgmtEntry.Certprofile getCertprofile(String name)
public void addSingleCa(CaConf.SingleCa singleCa)
public CaConf.SingleCa getCa(String name)
Copyright © 2019. All rights reserved.