SignResponse class

Constructors

SignResponse({String? keyId, Uint8List? signature, SigningAlgorithmSpec? signingAlgorithm})
SignResponse.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 sign the message.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature Uint8List?
The cryptographic signature that was generated for the message.
final
signingAlgorithm SigningAlgorithmSpec?
The signing algorithm that was used to sign the message.
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