Class TrustAnchorNotFoundException

All Implemented Interfaces:
Serializable

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

    • TrustAnchorNotFoundException

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

      public TrustAnchorNotFoundException(@Nullable @Nullable String message)
    • TrustAnchorNotFoundException

      public TrustAnchorNotFoundException(@Nullable @Nullable Throwable cause)