vc-k
Toggle table of contents
5.11.0
common
Target filter
common
Switch theme
Search in API
Skip to content
vc-k
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
>