Ed25519KeyPair class

Inheritance

Constructors

Ed25519KeyPair(SimpleKeyPair _keyPair)

Properties

hashCode int
The hash code for this object.
no setterinherited
publicKey ClPublicKey
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

initializeClPublicKey() Future<ClPublicKey>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sign(Uint8List message) Future<Uint8List>
override
toString() String
A string representation of this object.
inherited
verify(Uint8List message, Uint8List signatureBytes) Future<bool>
override

Operators

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

Static Methods

generate() Future<Ed25519KeyPair>
loadFromPem(File pemFile) Future<Ed25519KeyPair>
Loads the key pair from a PEM file pemFile containing the private key.