toggle menu
vc-k
5.8.0-SNAPSHOT
common
switch theme
search in API
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
>
?
=
null
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
>
?
=
null