object A256CBCHS512 : CryptoMethod.Symmetrical
val cipherAlgorithm: String |
|
val cipherKeyAlgorithm: String |
|
val encKeyBytes: Int |
|
val encName: String |
|
val hmacAlgorithm: String |
|
val hmacKeyAlgorithm: String |
|
val macKeyBytes: Int |
|
val tBytes: Int |
fun computeHMAC(key: Key, additional: ByteArray, iv: ByteArray, encrypted: ByteArray): ByteArray |
|
fun decrypt(key: Key, encrypted: ByteArray, iv: ByteArray): ByteArray |