cocos_android/app/src/com/jc/jcfw/security/EncryptedData.kt
2023-11-09 17:09:04 +08:00

3 lines
113 B
Kotlin

package com.jc.jcfw.security
class EncryptedData(val ciphertext: ByteArray, val initializationVector: ByteArray)