Package org.xipki.qa.ca
Interface CaQaSystemManager
-
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Implementing Classes:
CaQaSystemManagerImpl
public interface CaQaSystemManager extends Closeable
QA system manager for CA.- Since:
- 2.0.0
- Author:
- Lijun Liao (xipki)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CertprofileQagetCertprofile(String certprofileName)Returns the Certprofile for the given name.Set<String>getCertprofileNames()IssuerInfogetIssuer(String issuerName)Returns the issuer information.Set<String>getIssuerNames()booleaninit()
-
-
-
Method Detail
-
init
boolean init()
-
getIssuer
IssuerInfo getIssuer(String issuerName)
Returns the issuer information.- Parameters:
issuerName- Name of the issuer- Returns:
- the issuer
-
getCertprofile
CertprofileQa getCertprofile(String certprofileName)
Returns the Certprofile for the given name.- Parameters:
certprofileName- Name of the cert profile.- Returns:
- the cert profile.
-
-