Class CertGenerationRequestImpl

    • Constructor Detail

      • CertGenerationRequestImpl

        public CertGenerationRequestImpl​(int messageId,
                                         String targerDN,
                                         String issuerDN,
                                         String subjectDN,
                                         String keyAlgorithm)
        Creates a new instance of CertGenerationRequest.
        Parameters:
        messageId - the message id
        targerDN - the Dn of target entry whose key and certificate values will be changed
        issuerDN - Dn to be used as the issuer's Dn in the certificate
        subjectDN - Dn to be used as certificate's subject
        keyAlgorithm - crypto algorithm name to be used for generating the keys
      • CertGenerationRequestImpl

        public CertGenerationRequestImpl()
        Creates a new instance of CertGenerationRequest.