WebAuthn Kotlin Multiplatform API
Toggle table of contents
0.4.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
WebAuthn Kotlin Multiplatform API
webauthn-server-jvm-crypto
/
dev.webauthn.server.crypto
/
TrustChainVerifier
Trust
Chain
Verifier
class
TrustChainVerifier
Verifies attestation certificate chains against configured trust anchors.
Members
Constructors
Trust
Chain
Verifier
Link copied to clipboard
constructor
(
trustAnchorSource
:
TrustAnchorSource
)
Functions
verify
Link copied to clipboard
fun
verify
(
chainDer
:
List
<
ByteArray
>
,
aaguid
:
Aaguid
?
=
null
)
:
ValidationResult
<
Unit
>
verify
Fallback
Signed
By
Next
Link copied to clipboard
fun
verifyFallbackSignedByNext
(
chainDer
:
List
<
ByteArray
>
)
:
ValidationResult
<
Unit
>