MethodChannelSimpleRsa3 class
An implementation of SimpleRsa3Platform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- SimpleRsa3Platform
- MethodChannelSimpleRsa3
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
The method channel used to interact with the native platform.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
decryptString(
String txt, String privateKey) → Future< String?> -
override
-
decryptStringWithPublicKey(
String plainText, String signature, String publicKey) → Future< String?> -
override
-
encryptString(
String txt, String publicKey) → Future< String?> -
override
-
getPlatformVersion(
) → Future< String?> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
signString(
String plainText, String privateKey) → Future< String> -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
verifyString(
String plainText, String signature, String publicKey) → Future< bool> -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited