RFC8032Seed class

Constructors

RFC8032Seed(Uint8List seed, PrivateKey privateKey, Uint8List prefix)
RFC8032Seed.fromBase64(String seedStr)
factory
RFC8032Seed.fromHexSeed(String seedHex)
factory
RFC8032Seed.fromSeed(Uint8List seed)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
keyAsBase64 String
no setter
keyAsHex String
no setter
keySize int
final
prefix Uint8List
final
privateKey PrivateKey
final
publicKey PublicKey
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seed Uint8List
final
seedAsBase64 String
no setter
seedAsHex String
no setter
signatureSize int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sign(Uint8List message) Uint8List
toString() String
A string representation of this object.
inherited

Operators

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