trixnity-crypto
Toggle table of contents
4.16.2
common
Platform filter
common
Switch theme
Search in API
trixnity-crypto
trixnity-crypto
/
net.folivo.trixnity.crypto.sign
/
SignServiceImpl
/
sign
sign
open
suspend override
fun
<
T
>
sign
(
unsignedObject
:
T
,
serializer
:
KSerializer
<
T
>
,
signWith
:
SignWith
)
:
Signed
<
T
,
UserId
>