SignatureInfo class

Information about the digital signature of the resource.

Constructors

SignatureInfo({String? customerKmsKeyVersion, String? googleKeyAlgorithm, String? googlePublicKeyPem, String? serializedApprovalRequest, String? signature})
SignatureInfo.fromJson(Map json_)

Properties

customerKmsKeyVersion String?
The resource name of the customer CryptoKeyVersion used for signing.
getter/setter pair
googleKeyAlgorithm String?
The hashing algorithm used for signature verification.
getter/setter pair
googlePublicKeyPem String?
The public key for the Google default signing, encoded in PEM format.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serializedApprovalRequest String?
The ApprovalRequest that is serialized without the SignatureInfo message field.
getter/setter pair
serializedApprovalRequestAsBytes List<int>
getter/setter pair
signature String?
The digital signature.
getter/setter pair
signatureAsBytes List<int>
getter/setter pair

Methods

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

Operators

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