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
from
Link copied to clipboard
fun
from
(
url
:
URL
,
encryptedEncodedContent
:
EncryptedEncodedContent
)
:
RemoteAttachment