Crypto class abstract

A meta class that provides access to all libsodium crypto APIs.

Implementers

Properties

aead Aead
An instance of Aead.
no setter
aeadChaCha20Poly1305 Aead
An instance of Aead.
no setter
aeadXChaCha20Poly1305IETF Aead
An instance of Aead.
no setter
auth Auth
An instance of Auth.
no setter
box Box
An instance of Box.
no setter
genericHash GenericHash
An instance of GenericHash.
no setter
hashCode int
The hash code for this object.
no setterinherited
kdf Kdf
An instance of Kdf.
no setter
kx Kx
An instance of Kx.
no setter
pwhash Pwhash
An instance of Pwhash.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secretBox SecretBox
An instance of SecretBox.
no setter
secretStream SecretStream
An instance of SecretStream.
no setter
shortHash ShortHash
An instance of ShortHash.
no setter
sign Sign
An instance of Sign.
no setter

Methods

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