com.github.rs3vans.krypto / Decrypted

Decrypted

data class Decrypted : Any

Represents data that is not encrypted (and may have been the result of a decryption).

Constructors

<init> Decrypted(bytes: Bytes, initVector: Bytes? = null, additionalAuthenticatedData: Bytes? = null)

Represents data that is not encrypted (and may have been the result of a decryption).

Properties

additionalAuthenticatedData val additionalAuthenticatedData: Bytes?
bytes val bytes: Bytes
initVector val initVector: Bytes?