disableCrlCheck abstract method
Disables Certificate Revocation List (CRL) checking for FidoUafAttestationInformationGetter. FIDO UAF attestation information will be retrieved without checking the revocation of the device's certification on the CRL published by Google here.
By default the CRL check is enabled.
Returns: a FidoUafAttestationInformationGetter object. See: FidoUafAttestationInformation.certificateChainValidationResult
Implementation
FidoUafAttestationInformationGetter disableCrlCheck();