PrivateKeyMixin mixin

Common members for private keys that are enhanced with encoding information.

The private key may have a comment.

The source indicated the fragment of text the private key was decoded from, if it was created by decoding a string.

Mixin Applications

Properties

comment String?
Comment associated with the private key.
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
source PvtTextSource?
Section of text the private key was decoded from and the format decoded.
no setter

Methods

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