ElementToDecrypt

data class ElementToDecrypt(val iv: String, val k: String, val sha256: String) : Parcelable

Represent data to decode an attachment.

Constructors

Link copied to clipboard
constructor(iv: String, k: String, sha256: String)

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
val iv: String
Link copied to clipboard
val k: String
Link copied to clipboard