public class CaConf extends Object
| Constructor and Description |
|---|
CaConf(File confFile,
org.xipki.security.SecurityFactory securityFactory) |
CaConf(String confFilename,
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(SingleCaConf singleCa) |
void |
addUser(AddUserEntry user) |
void |
addUser(UserEntry user) |
SingleCaConf |
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() |
static void |
marshal(org.xipki.ca.server.mgmt.api.conf.jaxb.CaconfType jaxb,
OutputStream out) |
public CaConf(String confFilename, org.xipki.security.SecurityFactory securityFactory) throws IOException, org.xipki.util.InvalidConfException, CaMgmtException, JAXBException, SAXException
IOExceptionorg.xipki.util.InvalidConfExceptionCaMgmtExceptionJAXBExceptionSAXExceptionpublic CaConf(File confFile, org.xipki.security.SecurityFactory securityFactory) throws IOException, org.xipki.util.InvalidConfException, CaMgmtException, JAXBException, SAXException
IOExceptionorg.xipki.util.InvalidConfExceptionCaMgmtExceptionJAXBExceptionSAXExceptionpublic static void marshal(org.xipki.ca.server.mgmt.api.conf.jaxb.CaconfType jaxb,
OutputStream out)
throws JAXBException,
SAXException
JAXBExceptionSAXExceptionpublic 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(SingleCaConf singleCa)
public SingleCaConf getCa(String name)
Copyright © 2018. All rights reserved.