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
/
ResourceTrustAnchorSource
Resource
Trust
Anchor
Source
class
ResourceTrustAnchorSource
:
TrustAnchorSource
Loads bundled PEM trust anchors for attestation trust-chain validation.
Members
Constructors
Resource
Trust
Anchor
Source
Link copied to clipboard
constructor
(
)
Functions
find
Trust
Anchors
Link copied to clipboard
open
override
fun
findTrustAnchors
(
aaguid
:
Aaguid
?
)
:
List
<
Base64UrlBytes
>