toggle menu
vc-k
5.8.0-SNAPSHOT
common
switch theme
search in API
vck
/
at.asitplus.wallet.lib.jws
/
DecryptJwe
Decrypt
Jwe
class
DecryptJwe
(
val
keyMaterial
:
KeyMaterial
)
:
DecryptJweFun
(
source
)
Members
Constructors
Decrypt
Jwe
Link copied to clipboard
constructor
(
keyMaterial
:
KeyMaterial
)
Properties
key
Material
Link copied to clipboard
val
keyMaterial
:
KeyMaterial
Functions
invoke
Link copied to clipboard
open
suspend operator override
fun
invoke
(
jweObject
:
JweEncrypted
)
:
KmmResult
<
JweDecrypted
<
String
>
>