Package-level declarations
Types
Verifies attestation statements and issues certificates on success. Expects a preconfigured Warden instance and an OID to be used in a CSR to convey an attestation statement. Also requires a challengeValidator, checking challenges validity and invalidating it once used.
Gets passed the signed CSR from the mobile client after it was thoroughly checked and verified. At this point, the CSR's signature has been verified, then challenge checked, and the public key attested. Hence, a certificate can be issued and the whole certificate chain (from newly issued certificate up to the CA) shall be returned.
invoked from AttestationValidator.verifyKeyAttestation. Useful to match against in-transit attestation processes. Most probably, this will check against a nonce cache and evict any matched nonce from the cache. Implementing this function in a meaningful manner is absolutely crucial, since this is the actual challenge matching, ensuring freshness!