LocalSigning class
- Implemented types
- Available extensions
Constructors
- LocalSigning(KeyPair _keyPair)
Properties
Methods
-
existingPublicKey(
) → Future< List< int> ?> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
publicKey(
) → Future< List< int> > -
override
-
sign(
List< int> data) → Future<List< int> > -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
ed25519(
List< int> pkcs8Bytes) → Future<LocalSigning> -
generateKeyPair(
) → Future< LocalSigning> -
loadKeyPair(
String path) → Future< LocalSigning>
Constants
-
ed25519Asn1Prefix
→ const List<
int> - ed25519Length → const int