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(CertprofileEntry profile) |
void |
addPublisher(PublisherEntry publisher) |
void |
addRequestor(RequestorEntry requestor) |
void |
addSigner(SignerEntry signer) |
void |
addSingleCa(CaConf.SingleCa singleCa) |
void |
addUser(AddUserEntry user) |
void |
addUser(UserEntry user) |
CaConf.SingleCa |
getCa(String name) |
Set<String> |
getCaNames() |
CertprofileEntry |
getCertprofile(String name) |
Set<String> |
getCertprofileNames() |
PublisherEntry |
getPublisher(String name) |
Set<String> |
getPublisherNames() |
RequestorEntry |
getRequestor(String name) |
Set<String> |
getRequestorNames() |
SignerEntry |
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(SignerEntry signer)
public SignerEntry getSigner(String name)
public void addRequestor(RequestorEntry requestor)
public void addUser(UserEntry user)
public void addUser(AddUserEntry user)
public RequestorEntry getRequestor(String name)
public void addPublisher(PublisherEntry publisher)
public PublisherEntry getPublisher(String name)
public void addProfile(CertprofileEntry profile)
public CertprofileEntry getCertprofile(String name)
public void addSingleCa(CaConf.SingleCa singleCa)
public CaConf.SingleCa getCa(String name)
Copyright © 2021. All rights reserved.