Interface FidoUafAttestationInformation.OnlySurrogateBasicSupported
- All Superinterfaces:
FidoUafAttestationInformation
- Enclosing interface:
- FidoUafAttestationInformation
public static interface FidoUafAttestationInformation.OnlySurrogateBasicSupported
extends FidoUafAttestationInformation
Only the surrogate basic attestation is supported. So, neither the default
nor the strict mode of full basic attestation are supported
(see the nevisFIDO documentation
for details regarding the different modes).
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.nevis.mobile.sdk.api.devicecapabilities.FidoUafAttestationInformation
FidoUafAttestationInformation.OnlyDefaultMode, FidoUafAttestationInformation.OnlySurrogateBasicSupported, FidoUafAttestationInformation.StrictMode
-
Method Summary
-
Method Details
-
cause
Exception cause()The error that occurred while checking if the full basic attestation is supported. Its message provides information about why the device does not support full basic attestation.- Returns:
- the root cause.
-