SecureStorageUtil class

安全存储工具类 钥匙串用于 iOS Android 使用 AES 加密。AES 密钥使用 RSA 加密,RSA 密钥存储在KeyStore中 注意KeyStore 是在 Android 4.3(API 级别 18)中引入的。该插件不适用于早期版本。

Properties

allValues Future<Map<String, String>>
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storage → FlutterSecureStorage
final

Methods

delete(String key) Future<void>
deleteAll() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read(String key) Future<String?>
toString() String
A string representation of this object.
inherited
write(String key, String value) Future<void>

Operators

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

Static Properties

instance SecureStorageUtil
final