PkDecryption class

Constructors

PkDecryption()

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

decrypt(String ephemeral_key, String mac, String ciphertext) String
free() → void
generate_key() String
get_private_key() Uint8List
init_with_private_key(Uint8List private_key) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pickle(String key) String
toString() String
A string representation of this object.
inherited
unpickle(String key, String data) String

Operators

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