matrix-sdk-android
androidJvm
matrix-sdk-android
/
org.matrix.android.sdk.api.session.crypto.attachments
/
ElementToDecrypt
Element
To
Decrypt
data
class
ElementToDecrypt
(
val
iv
:
String
,
val
k
:
String
,
val
sha256
:
String
)
:
Parcelable
Represent data to decode an attachment.
Members
Constructors
Element
To
Decrypt
Link copied to clipboard
constructor
(
iv
:
String
,
k
:
String
,
sha256
:
String
)
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Properties
iv
Link copied to clipboard
val
iv
:
String
k
Link copied to clipboard
val
k
:
String
sha256
Link copied to clipboard
val
sha256
:
String