DES3 class

Constructors

DES3({required List<int> key, DESMode mode = DESMode.ECB, List<int> iv = DES.IV_ZEROS, DESPaddingType paddingType = DESPaddingType.OneAndZeroes})

Properties

hashCode int
The hash code for this object.
no setterinherited
iv List<int>
getter/setter pair
mode DESMode
final
paddingType DESPaddingType
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

decrypt(List<int> data) List<int>
encrypt(List<int> data) List<int>
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