Interface CertGenerationRequest

    • Field Detail

      • EXTENSION_OID

        static final String EXTENSION_OID
        The OID for the Certificate Generation extended operation request.
        See Also:
        Constant Field Values
    • Method Detail

      • getTargetDN

        String getTargetDN()
        Get the Target DN for the certificate storage
        Returns:
        The target DN
      • setTargetDN

        void setTargetDN​(String targetDN)
        Sets the target DN
        Parameters:
        targetDN - The target DN
      • getIssuerDN

        String getIssuerDN()
        Returns:
        The issuer's DN
      • setIssuerDN

        void setIssuerDN​(String issuerDN)
        Sets the issuer's DN
        Parameters:
        issuerDN - the issuer's DN
      • getSubjectDN

        String getSubjectDN()
        Returns:
        The subect's DN
      • setSubjectDN

        void setSubjectDN​(String subjectDN)
        Sets the subect's DN
        Parameters:
        subjectDN - The subect's DN
      • getKeyAlgorithm

        String getKeyAlgorithm()
        Returns:
        The Key algorithm
      • setKeyAlgorithm

        void setKeyAlgorithm​(String keyAlgorithm)
        Sets the Key algorithm
        Parameters:
        keyAlgorithm - The Key algorithm