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 |
addKeypairGen(KeypairGenEntry keypairgen) |
void |
addProfile(CertprofileEntry profile) |
void |
addPublisher(PublisherEntry publisher) |
void |
addRequestor(RequestorEntry requestor) |
void |
addSigner(SignerEntry signer) |
void |
addSingleCa(CaConf.SingleCa singleCa) |
CaConf.SingleCa |
getCa(String name) |
Set<String> |
getCaNames() |
CertprofileEntry |
getCertprofile(String name) |
Set<String> |
getCertprofileNames() |
String |
getDbSchema(String name) |
Set<String> |
getDbSchemaNames() |
KeypairGenEntry |
getKeypairGen(String name) |
Set<String> |
getKeypairGenNames() |
PublisherEntry |
getPublisher(String name) |
Set<String> |
getPublisherNames() |
RequestorEntry |
getRequestor(String name) |
Set<String> |
getRequestorNames() |
SignerEntry |
getSigner(String name) |
Set<String> |
getSignerNames() |
public CaConf(File confFile, org.xipki.security.SecurityFactory securityFactory) throws IOException, org.xipki.util.exception.InvalidConfException, CaMgmtException
IOExceptionorg.xipki.util.exception.InvalidConfExceptionCaMgmtExceptionpublic CaConf(InputStream confFileZipStream, org.xipki.security.SecurityFactory securityFactory) throws IOException, org.xipki.util.exception.InvalidConfException, CaMgmtException
IOExceptionorg.xipki.util.exception.InvalidConfExceptionCaMgmtExceptionpublic void addSigner(SignerEntry signer)
public SignerEntry getSigner(String name)
public void addRequestor(RequestorEntry requestor)
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 addKeypairGen(KeypairGenEntry keypairgen)
public KeypairGenEntry getKeypairGen(String name)
public void addSingleCa(CaConf.SingleCa singleCa)
public CaConf.SingleCa getCa(String name)
Copyright © 2023. All rights reserved.