Interface Issuer.Builder

    • Method Detail

      • name

        Issuer.Builder name​(String name)

        Issuer name.

        Parameters:
        name - Issuer name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • signKey

        Issuer.Builder signKey​(String signKey)

        Asymmetric KMS key from Key Management Service. The KMS key must have a key usage of sign and verify, and support the RSASSA-PSS SHA-256 signing algorithm.

        Parameters:
        signKey - Asymmetric KMS key from Key Management Service. The KMS key must have a key usage of sign and verify, and support the RSASSA-PSS SHA-256 signing algorithm.
        Returns:
        Returns a reference to this object so that method calls can be chained together.