SodiumUtilsImpl class
- Inheritance
-
- Object
- SodiumUtilsBase
- SodiumUtilsImpl
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sodium ↔ SodiumSumo?
-
getter/setter pairinherited
Methods
-
close(
Uint8List message, Uint8List nonce, Uint8List keyBytes) → Uint8List -
override
-
cryptoSignDetached(
Uint8List message, Uint8List key) → Uint8List -
override
-
cryptoSignSeedKeypair(
Uint8List seed) → KeyPair -
override
-
getSodium(
) → dynamic -
override
-
init(
) → Future< void> -
override
-
nonce(
) → Uint8List -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
open(
Uint8List nonceAndCiphertext, Uint8List key) → Uint8List -
override
-
publicKey(
Uint8List sk) → KeyPair -
override
-
pwhash(
String passphrase, Uint8List salt) → Uint8List -
override
-
rand(
int length) → Uint8List -
override
-
salt(
) → Uint8List -
override
-
sign(
Uint8List simpleHash, Uint8List key) → Uint8List -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited