Package-level declarations
Types
Pairs an Apple AppAttest assertion with the referenced clientData value
Provides additional details on why an attestation attempt failed, indicating which platform was being attested. Although many reasons exist why an attestation may fail, all of them can be put into two categories:
Attestation result class. Successful results contain attested data. Typically contained within a KeyAttestation object.
iOS build number. As per TidBITS.com:
Configuration class for Apple App Attestation
Result type returned by AttestationService.verifyKeyAttestation. attestedPublicKey contains an attested public key if attestation was successful (null otherwise) details contains the detailed attestation result (see AttestationResult for more details)
NOOP attestation service. Useful during unit tests for disabling attestation integrated into service endpoints. Simply forwards inputs but performs no attestation whatsoever.
Default, functional Android and Apple App and Key Attestation in all its glory.