Package-level declarations
Types
Link copied to clipboard
Base class for all well-defined Android attestation exceptions. If this one is thrown, a well-defined error arose.
Link copied to clipboard
class AttestationValueException(message: String?, cause: Throwable? = null, val reason: AttestationValueException.Reason) : AndroidAttestationException
Indicates an attestation error during App or OS attestation
Link copied to clipboard
class CertificateInvalidException(message: String, cause: Throwable? = null, val reason: CertificateInvalidException.Reason) : AndroidAttestationException
Indicates an error verifying the attestation's underlying certificate chain
Link copied to clipboard
class RevocationException(message: String?, cause: Throwable? = null, val reason: RevocationException.Reason) : AndroidAttestationException
Indicates an attestation error due to revocation or inability to fetch a revocation list