KeystoreStrongboxPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- KeystoreStrongboxPlatform
- Implementers
Constructors
- KeystoreStrongboxPlatform()
- Constructs a KeystoreStrongboxPlatform.
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(
{required String tag, required String message, }) → Future< String?> -
encrypt(
{required String tag, required String message, }) → Future< String?> -
getIV(
{required String key, }) → Future< String?> -
getPlatformVersion(
) → Future< String?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setIV(
{required String key, required String value, }) → Future< bool?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ KeystoreStrongboxPlatform
-
The default instance of KeystoreStrongboxPlatform to use.
getter/setter pair