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