CipherParams class

Constructors

CipherParams({required Uint8List key, required Uint8List iv, required Uint8List? salt, required Uint8List cipherText, required Mode mode, required Padding? padding})
const

Properties

cipherText Uint8List
final
hashCode int
The hash code for this object.
no setterinherited
iv Uint8List
final
key Uint8List
final
mode Mode
final
padding Padding?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
salt Uint8List?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString([Encoder? encoder]) String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited