Ed25519HDKeyPairData class

Constructors

Ed25519HDKeyPairData(List<int> bytes, {required Ed25519HDPublicKey publicKey})

Properties

bytes List<int>
no setter
hasBeenDestroyed bool
Whether destroy has been called.
no setter
hashCode int
The hash code for this object.
no setterinherited
publicKey Ed25519HDPublicKey
Public key.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type → KeyPairType<KeyPairData, PublicKey>
Type of the key pair.
no setter

Methods

copy() Ed25519HDKeyPairData
Copies the private key.
destroy() → void
Overwrites sensitive parts of the private key data with zeroes and prevents the private key from being used anymore.
extract() Future<Ed25519HDKeyPairData>
Reads the private key into memory.
extractPublicKey() Future<Ed25519HDPublicKey>
Reads the public key.
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