NAME
Paws::KMS::VerifyResponse
ATTRIBUTES
KeyId => Str
The Amazon Resource Name (key ARN (https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-ARN)) of the asymmetric CMK that was used to verify the signature.
SignatureValid => Bool
A Boolean value that indicates whether the signature was verified. A value of True
indicates that the Signature
was produced by signing the Message
with the specified KeyID
and SigningAlgorithm.
If the signature is not verified, the Verify
operation fails with a KMSInvalidSignatureException
exception.
SigningAlgorithm => Str
The signing algorithm that was used to verify the signature.
Valid values are: "RSASSA_PSS_SHA_256"
, "RSASSA_PSS_SHA_384"
, "RSASSA_PSS_SHA_512"
, "RSASSA_PKCS1_V1_5_SHA_256"
, "RSASSA_PKCS1_V1_5_SHA_384"
, "RSASSA_PKCS1_V1_5_SHA_512"
, "ECDSA_SHA_256"
, "ECDSA_SHA_384"
, "ECDSA_SHA_512"
=head2 _request_id => Str