library
androidJvm
library
/
org.xmtp.android.library.codecs
/
RemoteAttachment
/
Companion
Companion
object
Companion
Members
Functions
decrypt
Encoded
Link copied to clipboard
fun
decryptEncoded
(
encrypted
:
EncryptedEncodedContent
)
:
EncodedContent
encode
Encrypted
Link copied to clipboard
fun
<
T
>
encodeEncrypted
(
content
:
T
,
codec
:
ContentCodec
<
T
>
)
:
EncryptedEncodedContent
encode
Encrypted
Bytes
Link copied to clipboard
fun
encodeEncryptedBytes
(
encodedContent
:
ByteArray
,
filename
:
String
)
:
EncryptedEncodedContent
from
Link copied to clipboard
fun
from
(
url
:
URL
,
encryptedEncodedContent
:
EncryptedEncodedContent
)
:
RemoteAttachment