toggle menu
vc-k
5.10.0
common
switch theme
search in API
vck-openid
/
at.asitplus.wallet.lib.rqes
/
RqesWalletService
/
SigningCredential
Signing
Credential
data
class
SigningCredential
(
val
credentialId
:
String
,
val
certificates
:
List
<
X509Certificate
>
,
val
supportedSigningAlgorithms
:
List
<
X509SignatureAlgorithm
>
)
(
source
)
Members
Constructors
Signing
Credential
Link copied to clipboard
constructor
(
credentialId
:
String
,
certificates
:
List
<
X509Certificate
>
,
supportedSigningAlgorithms
:
List
<
X509SignatureAlgorithm
>
)
Properties
certificates
Link copied to clipboard
val
certificates
:
List
<
X509Certificate
>
credential
Id
Link copied to clipboard
val
credentialId
:
String
supported
Signing
Algorithms
Link copied to clipboard
val
supportedSigningAlgorithms
:
List
<
X509SignatureAlgorithm
>