EncryptionConfig class

Definition of EncryptionConfig.

@since v3.1.2.

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

EncryptionConfig(EncryptionMode? encryptionMode, String? encryptionKey)
Constructs a EncryptionConfig

Properties

encryptionKey String?
Encryption key in string type.
getter/setter pair
encryptionMode EncryptionMode?
Encryption mode. The default encryption mode is AES128XTS. See EncryptionMode.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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