Package com.webauthn4j.metadata
Class CertPathCheckContext
java.lang.Object
com.webauthn4j.metadata.CertPathCheckContext
-
Constructor Summary
ConstructorsConstructorDescriptionCertPathCheckContext(CertPath certPath, Set<TrustAnchor> trustAnchors, boolean revocationCheckEnabled) -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Constructor Details
-
CertPathCheckContext
public CertPathCheckContext(CertPath certPath, Set<TrustAnchor> trustAnchors, boolean revocationCheckEnabled)
-
-
Method Details
-
getCertPath
-
getTrustAnchors
-
isRevocationCheckEnabled
public boolean isRevocationCheckEnabled()
-