Methods
Static aesDecryptAsync
- aesDecryptAsync(geom, aesSaltKey, aesVitKey): Promise<string>
Parameters
- geom: string
- aesSaltKey: string
- aesVitKey: string
Returns Promise<string>
Static aesDecryptCRT
- aesDecryptCRT(geom, aesSaltKey, aesVitKey, callback): Promise<void>
Parameters
- geom: string
- aesSaltKey: string
- aesVitKey: string
- callback: ((result) => void)
- (result): void
Returns void
Returns Promise<void>
Static hexStringConvertBytes
- hexStringConvertBytes(data): Uint8Array
Returns Uint8Array
Static uint8ArrayToString
- uint8ArrayToString(array): string
Returns string
算法工具类