Keystore class

Constructors

Keystore.new()

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

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

Static Methods

decrypt(String jsonString, String password) Uint8List
Decrypt a JSON-style keystore back into a private key.
encrypt(Uint8List priv, String password) String
Encrypt a private key with a password, generate a JSON string.