com.github.rs3vans.krypto / Encrypted

Encrypted

data class Encrypted : Any

Represents data that is encrypted (and may have been the result of an encryption).

Constructors

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

Represents data that is encrypted (and may have been the result of an encryption).

Properties

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