public class CaQaSystemManagerImpl extends Object implements CaQaSystemManager
| Constructor and Description |
|---|
CaQaSystemManagerImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
CertprofileQa |
getCertprofile(String certprofileName)
TODO.
|
Set<String> |
getCertprofileNames() |
String |
getConfFile() |
IssuerInfo |
getIssuer(String issuerName)
Returns the issuer information.
|
Set<String> |
getIssuerNames() |
boolean |
init() |
void |
setConfFile(String confFile) |
public String getConfFile()
public void setConfFile(String confFile)
public boolean init()
init in interface CaQaSystemManagerpublic void close()
close in interface Closeableclose in interface AutoCloseablepublic Set<String> getIssuerNames()
getIssuerNames in interface CaQaSystemManagerpublic IssuerInfo getIssuer(String issuerName)
CaQaSystemManagergetIssuer in interface CaQaSystemManagerissuerName - Name of the issuerpublic Set<String> getCertprofileNames()
getCertprofileNames in interface CaQaSystemManagerpublic CertprofileQa getCertprofile(String certprofileName)
CaQaSystemManagergetCertprofile in interface CaQaSystemManagercertprofileName - Name of the cert profile.Copyright © 2018. All rights reserved.