Interface PolicyInformation.Builder

    • Method Detail

      • certPolicyId

        PolicyInformation.Builder certPolicyId​(String certPolicyId)

        Specifies the object identifier (OID) of the certificate policy under which the certificate was issued. For more information, see NIST's definition of Object Identifier (OID).

        Parameters:
        certPolicyId - Specifies the object identifier (OID) of the certificate policy under which the certificate was issued. For more information, see NIST's definition of Object Identifier (OID).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • policyQualifiers

        PolicyInformation.Builder policyQualifiers​(Collection<PolicyQualifierInfo> policyQualifiers)

        Modifies the given CertPolicyId with a qualifier. Amazon Web Services Private CA supports the certification practice statement (CPS) qualifier.

        Parameters:
        policyQualifiers - Modifies the given CertPolicyId with a qualifier. Amazon Web Services Private CA supports the certification practice statement (CPS) qualifier.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • policyQualifiers

        PolicyInformation.Builder policyQualifiers​(PolicyQualifierInfo... policyQualifiers)

        Modifies the given CertPolicyId with a qualifier. Amazon Web Services Private CA supports the certification practice statement (CPS) qualifier.

        Parameters:
        policyQualifiers - Modifies the given CertPolicyId with a qualifier. Amazon Web Services Private CA supports the certification practice statement (CPS) qualifier.
        Returns:
        Returns a reference to this object so that method calls can be chained together.