IBip32KeyDerivator class abstract

An abstract class that defines methods for BIP-32 key derivation.

This class outlines key derivation methods for both public and private keys in the context of BIP-32 hierarchical deterministic keys.

Implementers

Constructors

IBip32KeyDerivator()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

ckdPriv(Bip32PrivateKey privKey, Bip32PublicKey pubKey, Bip32KeyIndex index, EllipticCurveTypes type) Tuple<List<int>, List<int>>
Derives a child private key from the given private and public keys.
ckdPub(Bip32PublicKey pubKey, Bip32KeyIndex index, EllipticCurveTypes type) Tuple<List<int>, List<int>>
Derives a child public key from the given public key.
isPublicDerivationSupported() bool
Checks if public key derivation is supported.
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