JaguarMapCoder class

Encrypts the Map using encrypter. Signs the Map using signer. The final result is made HTTP friendly by Base64 URL encoding.

Both encrypter and signer are optional.

Inheritance

Constructors

JaguarMapCoder({Converter<List<int>, Digest>? signer, Codec<String, String>? encrypter})

Properties

encrypter Codec<String, String>?
The optional encrypter
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signer Converter<List<int>, Digest>?
The optional signer
final

Methods

decode(String data) Map<String, String>?
Decodes data into Map
override
encode(Map<String, String> values) String
Encodes values
override
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