SignatureExpirationTime class final
The validity period of the signature. This is the number of seconds after the signature creation time that the signature expires. If this is not present or has a value of zero, it never expires. Author Nguyen Van Nguyen nguyennv1981@gmail.com
- Inheritance
-
- Object
- SignatureSubpacket
- SignatureExpirationTime
Constructors
- SignatureExpirationTime.new(Uint8List data, {bool critical = false, bool isLong = false})
- SignatureExpirationTime.fromExpirationTime(DateTime time, {bool critical = false})
-
factory
Properties
- critical → bool
-
finalinherited
- data → Uint8List
-
Get sub-packet data
finalinherited
- expirationTime → DateTime
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- isLong → bool
-
Is long
finalinherited
- 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