Payload class

Constructors

Payload(String url)

Properties

appUrl String
getter/setter pair
client ↔ Dio
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastFetch DateTime?
getter/setter pair
lastKey KeyServer?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

calculateShareKey(Map<String, Object?> KeySet) Future<List<int>>
decrypt(String chiper, List<int> secret) Future<String>
decryptData(String chiper, Map<String, Object?> KeySet) Future<String>
encrypt(Object data, List<int> secret) Future<String>
encryptData(Object data, Map<String, Object?> KeySet) Future<String>
fetch() Future<KeyServer>
generateKeyPair() Future<Map<String, Object?>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
useCryptography(dynamic key) → dynamic
useEliptic() → dynamic

Operators

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