DESEngine class

Inheritance

Constructors

DESEngine()

Properties

algorithmName String
no setter
blockSize int
no setter
forEncryption bool
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
key List<int>
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

exchangeLR(dynamic offset, dynamic mask) → void
exchangeRL(dynamic offset, dynamic mask) → void
init(bool forEncryption, List<int> key) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
process(List<int?> dataWords) List<int>
inherited
processBlock(List<int?> M, int offset) int
override
reset() → void
override
toString() String
A string representation of this object.
inherited

Operators

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