VerifyResponse class

Constructors

VerifyResponse({String? keyId, bool? signatureValid, SigningAlgorithmSpec? signingAlgorithm})
VerifyResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
keyId String?
The Amazon Resource Name (key ARN) of the asymmetric CMK that was used to verify the signature.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
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.
final
signingAlgorithm SigningAlgorithmSpec?
The signing algorithm that was used to verify the signature.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited