Interface CsrExtensions.Builder

    • Method Detail

      • keyUsage

        CsrExtensions.Builder keyUsage​(KeyUsage keyUsage)

        Indicates the purpose of the certificate and of the key contained in the certificate.

        Parameters:
        keyUsage - Indicates the purpose of the certificate and of the key contained in the certificate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subjectInformationAccess

        CsrExtensions.Builder subjectInformationAccess​(Collection<AccessDescription> subjectInformationAccess)

        For CA certificates, provides a path to additional information pertaining to the CA, such as revocation and policy. For more information, see Subject Information Access in RFC 5280.

        Parameters:
        subjectInformationAccess - For CA certificates, provides a path to additional information pertaining to the CA, such as revocation and policy. For more information, see Subject Information Access in RFC 5280.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subjectInformationAccess

        CsrExtensions.Builder subjectInformationAccess​(AccessDescription... subjectInformationAccess)

        For CA certificates, provides a path to additional information pertaining to the CA, such as revocation and policy. For more information, see Subject Information Access in RFC 5280.

        Parameters:
        subjectInformationAccess - For CA certificates, provides a path to additional information pertaining to the CA, such as revocation and policy. For more information, see Subject Information Access in RFC 5280.
        Returns:
        Returns a reference to this object so that method calls can be chained together.