CryptoProvider class abstract
Constructors
Properties
Methods
-
assign(
PublicKey? publicKeyRemote, ECDH? old) → Future< ECDH> -
base64_sha256(
Uint8List bytes) → String -
generate(
) → Future< PrivateKey> -
generateSync(
) → PrivateKey -
getKeyFromBytes(
Uint8List bytes) → PublicKey -
getSecret(
PublicKey publicKeyRemote) → Future< ECDH> -
loadFromString(
String str) → PrivateKey -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited