LazySecretWeb class
- Inheritance
-
- Object
- LazySecret
- LazySecretWeb
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
Methods
-
cryptoBoxBeforeNm(
KeyPair keyPair) → Future< String> -
override
-
cryptoKxKeyPair(
) → Future< KeyPair> -
override
-
cryptoSecretBoxEasy(
String plaintext, String nonce, String key) → Future< String> -
override
-
cryptoSecretBoxKeyBytes(
) → Future< int> -
override
-
cryptoSecretBoxMacBytes(
) → Future< int> -
override
-
cryptoSecretBoxNonceBytes(
) → Future< int> -
override
-
cryptoSecretBoxOpenEasy(
String ciphertext, String nonce, String key) → Future< String> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
randomBytesBuf(
int size) → Future< Uint8List> -
override
-
toBin(
String hexString) → Future< Uint8List> -
override
-
toHex(
Uint8List bytes) → Future< String> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
registerWith(
Registrar registrar) → void