Class TrustAnchorNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.webauthn4j.util.exception.WebAuthnException
com.webauthn4j.validator.exception.ValidationException
com.webauthn4j.validator.exception.TrustAnchorNotFoundException
All Implemented Interfaces:
Serializable

public class TrustAnchorNotFoundException extends ValidationException
Thrown if no trust anchor chained to the attestation certificate is found
See Also:
  • Constructor Details

    • TrustAnchorNotFoundException

      public TrustAnchorNotFoundException(@Nullable String message, @Nullable Throwable cause)
    • TrustAnchorNotFoundException

      public TrustAnchorNotFoundException(@Nullable String message)
    • TrustAnchorNotFoundException

      public TrustAnchorNotFoundException(@Nullable Throwable cause)