RC4 class

Constructors

RC4(String keyStr)
初始化 keyStr key

Properties

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

Methods

crypt(Uint8List data) Uint8List
加密 data数据
next() int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setKey(Uint8List key) → void
swap(int i, int j) → void
toString() String
A string representation of this object.
inherited

Operators

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