Interface CertificateGeneratorFactory


  • @Role
    public interface CertificateGeneratorFactory
    Factory of Certificate Generator.
    Since:
    5.4
    Version:
    $Id: c1b5b71b1197a62a8111e672996b1f8e2633791b $
    • Method Detail

      • getInstance

        CertificateGenerator getInstance​(Signer signer,
                                         CertificateGenerationParameters parameters)
        Create a initialized certificate generator.
        Parameters:
        signer - a certifying signer initialized with the certified key pair of the issuer or a signer initialized with the private key of the subject for creating a self sign certificate.
        parameters - the common parameters for all certificate generated by this generator.
        Returns:
        a certificate generator.