MethodChannelAbrevvaCrypto class
An implementation of AbrevvaCryptoPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- AbrevvaCryptoPlatform
- MethodChannelAbrevvaCrypto
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel ← MethodChannel
-
no getter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
override
-
decrypt(
String key, String iv, String adata, String ct, int tagLength) → Future< Map?> -
override
-
decryptFile(
String ctPath, String adata, String ptPath) → Future< Map?> -
override
-
decryptFileFromURL(
String url, String ptPath) → Future< Map?> -
override
-
derive(
String key, String salt, String info, int length) → Future< Map?> -
override
-
encrypt(
String key, String iv, String adata, String pt, int tagLength) → Future< Map?> -
override
-
encryptFile(
String ptPath, String ctPath) → Future< Map?> -
override
-
generateKeyPair(
) → Future< Map?> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
random(
int numBytes) → Future< Map?> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited