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

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secretKey String
final

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