OpenSSSS class
Constructors
- OpenSSSS({required SSSS ssss, required String keyId, required SecretStorageKeyContent keyData})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasPassphrase → bool
-
no setter
- isUnlocked → bool
-
no setter
- keyData → SecretStorageKeyContent
-
final
- keyId → String
-
final
- privateKey ↔ Uint8List?
-
getter/setter pair
- recoveryKey → String?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- ssss → SSSS
-
final
Methods
-
getStored(
String type) → Future< String> -
maybeCacheAll(
) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setPrivateKey(
Uint8List key) → Future< void> -
store(
String type, String secret, {bool add = false}) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
-
unlock(
{String? passphrase, String? recoveryKey, String? keyOrPassphrase, bool postUnlock = true}) → Future< void> -
validateAndStripOtherKeys(
String type, String secret) → Future< void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited