Interface CustomExtension.Builder

  • Method Details

    • objectIdentifier

      CustomExtension.Builder objectIdentifier(String objectIdentifier)

      Specifies the object identifier (OID) of the X.509 extension. For more information, see the Global OID reference database.

      Parameters:
      objectIdentifier -

      Specifies the object identifier (OID) of the X.509 extension. For more information, see the Global OID reference database.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      Specifies the base64-encoded value of the X.509 extension.

      Parameters:
      value -

      Specifies the base64-encoded value of the X.509 extension.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • critical

      CustomExtension.Builder critical(Boolean critical)

      Specifies the critical flag of the X.509 extension.

      Parameters:
      critical -

      Specifies the critical flag of the X.509 extension.

      Returns:
      Returns a reference to this object so that method calls can be chained together.