Interface IssuerDetails.Builder

    • Method Detail

      • name

        IssuerDetails.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

        IssuerDetails.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.
      • keyFingerprint

        IssuerDetails.Builder keyFingerprint​(String keyFingerprint)

        Issuer key fingerprint.

        Parameters:
        keyFingerprint - Issuer key fingerprint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.