vc-k
Toggle table of contents
5.11.0
common
Target filter
common
Switch theme
Search in API
Skip to content
vc-k
dif-data-classes
/
at.asitplus.dif
/
FormatContainerSdJwt
Format
Container
Sd
Jwt
@
Serializable
data
class
FormatContainerSdJwt
(
val
sdJwtAlgorithmStrings
:
Set
<
String
>
?
=
null
,
val
kbJwtAlgorithmStrings
:
Set
<
String
>
?
=
null
)
(
source
)
Data class for
DIF Presentation Exchange v1.0.0
, adapted for
OpenID4VP
Members
Constructors
Format
Container
Sd
Jwt
Link copied to clipboard
constructor
(
sdJwtAlgorithmStrings
:
Set
<
String
>
?
=
null
,
kbJwtAlgorithmStrings
:
Set
<
String
>
?
=
null
)
Properties
kb
Jwt
Algorithms
Link copied to clipboard
@
Transient
val
kbJwtAlgorithms
:
Set
<
JwsAlgorithm
>
?
kb
Jwt
Algorithm
Strings
Link copied to clipboard
@
SerialName
(
value
=
"kb-jwt_alg_values"
)
val
kbJwtAlgorithmStrings
:
Set
<
String
>
?
sd
Jwt
Algorithms
Link copied to clipboard
@
Transient
val
sdJwtAlgorithms
:
Set
<
JwsAlgorithm
>
?
sd
Jwt
Algorithm
Strings
Link copied to clipboard
@
SerialName
(
value
=
"sd-jwt_alg_values"
)
val
sdJwtAlgorithmStrings
:
Set
<
String
>
?