FlutterChacha20Poly1305Platform class
abstract
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
-
decrypt(List<int> encrypted, List<int> key, List<int> nonce, List<int> tag)
→ Future<List<int>?>
-
-
decryptString(String inputEncoding, String encryptedString, String key, String nonce, String tag)
→ Future<String?>
-
-
encrypt(List<int> data, List<int> key)
→ Future<Map?>
-
-
encryptString(String string, String key, String keyEncoding, String outputEncoding)
→ Future<Map?>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited