3 lines
113 B
Kotlin
3 lines
113 B
Kotlin
package com.jc.jcfw.security
|
|
|
|
class EncryptedData(val ciphertext: ByteArray, val initializationVector: ByteArray) |