MethodChannelAbrevvaCrypto class

An implementation of AbrevvaCryptoPlatform that uses method channels.

Inheritance

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

computeSharedSecret(String privateKey, String peerPublicKey) Future<Map?>
override
decrypt(String key, String iv, String adata, String ct, int tagLength) Future<Map?>
override
decryptFile(String sharedSecret, String ctPath, String adata, String ptPath) Future<Map?>
override
decryptFileFromURL(String sharedSecret, 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 sharedSecret, 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