AESUtil class

Constructors

AESUtil.new()

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

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

Static Methods

hexStringToByteArray(String hex) Uint8List
secKeyDecryptedWithSek(Map<String, dynamic> hashMap) String?
secKeyEncryptWithBodyAppKey(Map<String, dynamic> mParams) Map<String, dynamic>?
secKeyEncryptWithHeaderAppKey(String auth) Map<String, String>?

Constants

ACCOUNT_TYPE → const String
DATE_KEY → const String
DEVICE_TYPE_KEY → const String
HASH → const String
SEK → const String