SymmetricCrypto class abstract

Implementers

Constructors

SymmetricCrypto()

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

decrypt(Uint8List data) Uint8List
解密
decryptHex(Uint8List data) String
解密并使用十六进制输出
decryptStr(Uint8List data) String
解密并使用utf8解码输出
encrypt(Uint8List data) Uint8List
加密
encryptHex(Uint8List data) String
加密并使用十六进制输出
encryptStr(String data) Uint8List
utf8编码后加密
encryptStrHex(String data) String
加密并使用十六进制输出
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