WrittenAtKeysIo class abstract

An interface that defines methods for AtKeys that can be written. It can be implemented by classes that write AtKeys to different sources, such as file system or keychain.

Inheritance
Mixed-in types
Implementers

Constructors

WrittenAtKeysIo()

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

decodeAtKeys(Map<String, dynamic> decodedAtKeysData, {String? passPhrase}) Future<Map<String, dynamic>>
inherited
decryptAtKeysWithSelfEncKey(Map<String, dynamic> jsonData, PkamAuthMode authMode) FutureOr<AtKeys>
inherited
encryptAtKeysWithSelfEncKey(AtKeys atKeys, PkamAuthMode authMode) FutureOr<String>
inherited
generateKeyPairs({String? atSign}) AtKeys
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read(String atSign) FutureOr<AtKeys>
inherited
toString() String
A string representation of this object.
inherited
write(String atSign, AtKeys atKeys) Future

Operators

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