SimpleRsa3Platform class abstract
- Inheritance
-
- Object
- PlatformInterface
- SimpleRsa3Platform
- Implementers
Constructors
- SimpleRsa3Platform()
- Constructs a SimpleRsa3Platform.
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
-
decryptString(
String txt, String privateKey) → Future< String?> -
decryptStringWithPublicKey(
String plainText, String signature, String publicKey) → Future< String?> -
encryptString(
String txt, String publicKey) → Future< String?> -
getPlatformVersion(
) → Future< String?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
signString(
String plainText, String privateKey) → Future< String?> -
toString(
) → String -
A string representation of this object.
inherited
-
verifyString(
String plainText, String signature, String publicKey) → Future< bool?>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ SimpleRsa3Platform
-
The default instance of SimpleRsa3Platform to use.
getter/setter pair