PgpSignedAttestation class

An attestation wrapper with a PGP-compatible signature.

This message only supports ATTACHED signatures, where the payload that is signed is included alongside the signature itself in the same file.

Constructors

PgpSignedAttestation({String? contentType, String? pgpKeyId, String? signature})
PgpSignedAttestation.fromJson(Map _json)

Properties

contentType String?
Type (for example schema) of the attestation payload that was signed.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
pgpKeyId String?
The cryptographic fingerprint of the key used to generate the signature, as output by, e.g. gpg --list-keys.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature String?
The raw content of the signature, as output by GNU Privacy Guard (GPG) or equivalent.
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