Signature class final

Signature class Author Nguyen Van Nguyen nguyennv1981@gmail.com

Constructors

Signature.new(Iterable<SignaturePacketInterface> packets)
Signature.fromArmored(String armored)
Read signature from armored string
factory

Properties

hashAlgorithms Iterable<HashAlgorithm>
Get hash algorithms
no setter
hashCode int
The hash code for this object.
no setterinherited
packetList → PacketListInterface<PacketInterface>
Get packet list
no setter
packets Iterable<SignaturePacketInterface>
Get signature packets
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signingKeyIDs Iterable<Uint8List>
Get signing key IDs
no setter

Methods

armor() String
Return ASCII armored text
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
verify(Iterable<KeyInterface> verificationKeys, LiteralDataInterface literalData, [DateTime? time]) Iterable<VerificationInterface>
Verify signature with literal data Return verification iterable
verifyCleartext(Iterable<KeyInterface> verificationKeys, CleartextMessageInterface cleartext, [DateTime? time]) Iterable<VerificationInterface>
Verify signature with cleartext Return verification iterable

Operators

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