Bip32Ed25519XPublicKeyFactory class abstract

A factory that builds instances of Bip32Ed25519XPublicKey.

It is recommended to use the factory instead of directly constructing instances of Bip32Ed25519XPublicKey because the factory can be replaced in tests to provide mocked private keys which don't need to communicate with Rust.

Implementers

Constructors

Bip32Ed25519XPublicKeyFactory.new()
const

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

fromBytes(List<int> bytes) Bip32Ed25519XPublicKey
Constructs a Bip32Ed25519XPublicKey from a list of bytes.
fromCbor(CborValue value) Bip32Ed25519XPublicKey
Deserializes the type from cbor.
fromHex(String string) Bip32Ed25519XPublicKey
Constructs a Bip32Ed25519XPublicKey from a hex-encoded list of bytes.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
seeded(int byte) Bip32Ed25519XPublicKey
Creates a Bip32Ed25519XPublicKey initialized with a single repeated byte.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance Bip32Ed25519XPublicKeyFactory
getter/setter pair