Interface CaQaSystemManager

    • Method Detail

      • init

        boolean init()
      • getIssuerNames

        Set<String> getIssuerNames()
      • getIssuer

        IssuerInfo getIssuer​(String issuerName)
        Returns the issuer information.
        Parameters:
        issuerName - Name of the issuer
        Returns:
        the issuer
      • getCertprofileNames

        Set<String> getCertprofileNames()
      • getCertprofile

        CertprofileQa getCertprofile​(String certprofileName)
        Returns the Certprofile for the given name.
        Parameters:
        certprofileName - Name of the cert profile.
        Returns:
        the cert profile.