vc-k
Toggle table of contents
5.11.0
common
Target filter
common
Switch theme
Search in API
Skip to content
vc-k
vck
/
at.asitplus.wallet.lib.cbor
/
CoseUtils
Cose
Utils
object
CoseUtils
(
source
)
Members
Functions
calc
Mac
Link copied to clipboard
suspend
fun
<
P
:
Any
>
calcMac
(
keyMaterial
:
CoseKey
,
protectedHeader
:
CoseHeader
,
payload
:
P
?
,
serializer
:
KSerializer
<
P
>
)
:
ByteArray
calc
Signature
Link copied to clipboard
suspend
fun
<
P
:
Any
>
calcSignature
(
keyMaterial
:
KeyMaterial
,
protectedHeader
:
CoseHeader
,
payload
:
P
?
,
serializer
:
KSerializer
<
P
>
)
:
CryptoSignature.RawByteEncodable