Interface FidoUafAttestationInformationError.CertificateError
- All Superinterfaces:
FidoUafAttestationInformationError,MobileAuthenticationClientError
- Enclosing interface:
- FidoUafAttestationInformationError
public static interface FidoUafAttestationInformationError.CertificateError
extends FidoUafAttestationInformationError
There was an unexpected error retrieving the certificate information from the device. If
this error happens, it should be assumed that only basic surrogate attestation is supported
by the device.
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.nevis.mobile.sdk.api.devicecapabilities.FidoUafAttestationInformationError
FidoUafAttestationInformationError.CertificateError, FidoUafAttestationInformationError.FetchCrlError -
Method Summary
Methods inherited from interface ch.nevis.mobile.sdk.api.MobileAuthenticationClientError
description
-
Method Details
-
cause
The exception that caused this error. TheExceptionis guaranteed to be present.- Specified by:
causein interfaceMobileAuthenticationClientError- Returns:
- the exception that caused this error
-