data class Decrypted : Any
Represents data that is
<init> |
Decrypted(bytes: Bytes, initVector: Bytes? = null, additionalAuthenticatedData: Bytes? = null)
Represents data that is |
additionalAuthenticatedData |
val additionalAuthenticatedData: Bytes? |
bytes |
val bytes: Bytes |
initVector |
val initVector: Bytes? |