library
androidJvm
library
/
org.xmtp.android.library.codecs
/
EncryptedEncodedContent
/
EncryptedEncodedContent
Encrypted
Encoded
Content
constructor
(
contentDigest
:
String
,
secret
:
ByteString
,
salt
:
ByteString
,
nonce
:
ByteString
,
payload
:
ByteString
,
contentLength
:
Int
?
=
null
,
filename
:
String
?
=
null
)