Interface FidoUafAttestationInformationError.FetchCrlError
- All Superinterfaces:
FidoUafAttestationInformationError
,MobileAuthenticationClientError
- Enclosing interface:
- FidoUafAttestationInformationError
public static interface FidoUafAttestationInformationError.FetchCrlError
extends FidoUafAttestationInformationError
The Certificate Revocation List (CRL) published
by Google with the revoked attestation certificates could not be retrieved. This is caused by a
network connectivity issue.
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.nevis.mobile.sdk.api.devicecapabilities.FidoUafAttestationInformationError
FidoUafAttestationInformationError.FetchCrlError
-
Method Summary
Methods inherited from interface ch.nevis.mobile.sdk.api.MobileAuthenticationClientError
description
-
Method Details
-
cause
The exception that caused this error. TheException
is guaranteed to be present.- Specified by:
cause
in interfaceMobileAuthenticationClientError
- Returns:
- the exception that caused this error
-