KeyPairData class abstract

Extracted data of a KeyPair.

Subclasses

Inheritance
Implementers

Constructors

KeyPairData({required KeyPairType<KeyPairData, PublicKey> type})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type KeyPairType<KeyPairData, PublicKey>
Type of the key pair.
final

Methods

extract() Future<KeyPairData>
Returns KeyPairData.
override
extractPublicKey() Future<PublicKey>
Returns PublicKey.
override
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