CacheCryptographyOptions class
Represents cache cryptography options with a configurable secret key.
This class allows the definition of cache cryptography options for applications, providing a flexible way to define the secret key for cryptography, enhancing security.
- Annotations
Constructors
- CacheCryptographyOptions.new({required String secretKey})
Properties
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 ==(
covariant CacheCryptographyOptions other) → bool -
The equality operator.
override