KeyFile class

Constructors

KeyFile({Address? baseAddress, _Crypto? crypto, int? timestamp, int? version})
KeyFile.fromJson(Map<String, dynamic> json)

Properties

baseAddress Address?
getter/setter pair
crypto ↔ _Crypto?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp int?
getter/setter pair
version int?
getter/setter pair

Methods

decrypt(String password) Future<KeyStore>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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

Static Methods

encrypt(KeyStore store, String password) Future<KeyFile>