KmsKey

data class KmsKey(val value: String) : SigningKeyInfo

The ARN of the AWS KMS key used to sign the permit. The key must have key spec ECC_NIST_P384 and key usage SIGN_VERIFY.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this SigningKeyInfo as a KmsKey and retrieves its kotlin.String value. Throws an exception if the SigningKeyInfo is not a KmsKey.

Link copied to clipboard

Casts this SigningKeyInfo as a KmsKey and retrieves its kotlin.String value. Returns null if the SigningKeyInfo is not a KmsKey.