AbrevvaCryptoPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • AbrevvaCryptoPlatform
Implementers

Constructors

AbrevvaCryptoPlatform()
Constructs a FlutterPluginPlatform.

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

computeSharedSecret(String privateKey, String peerPublicKey) Future<Map?>
decrypt(String key, String iv, String adata, String ct, int tagLength) Future<Map?>
decryptFile(String sharedSecret, String ctPath, String adata, String ptPath) Future<Map?>
decryptFileFromURL(String sharedSecret, String url, String ptPath) Future<Map?>
derive(String key, String salt, String info, int length) Future<Map?>
encrypt(String key, String iv, String adata, String pt, int tagLength) Future<Map?>
encryptFile(String sharedSecret, String ptPath, String ctPath) Future<Map?>
generateKeyPair() Future<Map?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
random(int numBytes) Future<Map?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance AbrevvaCryptoPlatform
The default instance of AbrevvaCryptoPlatform to use.
getter/setter pair