Certificate Invalid Exception
class CertificateInvalidException(message: String, cause: Throwable? = null, val reason: CertificateInvalidException.Reason) : AndroidAttestationException
Indicates an error verifying the attestation's underlying certificate chain
Parameters
message
the error message
cause
the underlying exception
reason
one of a set of well-defined Reasons why the attestation failed
Types
Link copied to clipboard
Possible reasons a CertificateInvalidException was thrown