IssuerKeyID class final
The OpenPGP Key ID of the key issuing the signature. Author Nguyen Van Nguyen nguyennv1981@gmail.com
- Inheritance
-
- Object
- SignatureSubpacket
- IssuerKeyID
Constructors
- IssuerKeyID.new(Uint8List data, {bool critical = false, bool isLong = false})
- IssuerKeyID.fromString(String id, {bool critical = false})
-
factory
Properties
- critical → bool
-
finalinherited
- data → Uint8List
-
Get sub-packet data
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- isLong → bool
-
Is long
finalinherited
- keyID → Uint8List
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → SignatureSubpacketType
-
Get sub-packet type
finalinherited
Methods
-
encode(
) → Uint8List -
Serialize sub-packet to bytes
inherited
-
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