shelf_deps library

Classes

AbstractRSA
AES
Wraps the AES Algorithm.
Algorithm
Interface for the Algorithms.
Digest
A message digest as computed by a Hash or HMAC function.
Encrypted
Represents an encripted value.
Encrypter
Wraps Algorithms in a unique Container.
Fernet
Wraps the Fernet Algorithm.
Hash
An interface for cryptographic hash functions.
Hmac
An implementation of keyed-hash method authentication codes.
IV
Represents an Initialization Vector.
Key
Represents an Encryption Key.
MediaType
A class representing an HTTP media type, as used in Accept and Content-Type headers.
ObjectId
Request
An HTTP request to be processed by a Shelf application.
Response
The response returned by a Handler.
RSA
Wraps the RSA Engine Algorithm.
RSAKeyParser
RSA PEM parser.
RSASigner
Salsa20
Wraps the Salsa20 Engine.
SecureRandom
Signer
SignerAlgorithm
Interface for the signing algorithms

Constants

md5 → const Hash
An implementation of the MD5 hash function.
sha1 → const Hash
An implementation of the SHA-1 hash function.
sha224 → const Hash
An implementation of the SHA-224 hash function.
sha256 → const Hash
An implementation of the SHA-256 hash function.
sha384 → const Hash
An implementation of the SHA-384 hash function.
sha512 → const Hash
An implementation of the SHA-512 hash function.
sha512224 → const Hash
An implementation of the SHA-512/224 hash function.
sha512256 → const Hash
An implementation of the SHA-512/256 hash function.

Functions

decodeHexString(String input) Uint8List