Interface OperationError.SigningFailedWithStrongBox
- All Superinterfaces:
MobileAuthenticationClientError,OperationError
- Enclosing interface:
- OperationError
The device supports StrongBox and the key was created and stored in StrongBox during registration,
but the created key cannot be used for signing. In this case the registration fails and the created
key material is deleted.
This error has been introduced because we have observed that some devices are not able to sign
the FIDO UAF assertions when the key is stored in StrongBox. In this case we suggest to execute the
registration providing false to the Registration.allowStrongBox(boolean) method.
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.nevis.mobile.sdk.api.operation.OperationError
OperationError.AppAttestationError, OperationError.ClockSkewTooBig, OperationError.DeviceProtectionError, OperationError.NetworkError, OperationError.NoDeviceLockError, OperationError.OperationNotSupportedByBackend, OperationError.SigningFailedWithStrongBox, OperationError.UserAlreadyRegisteredInAnotherServer, OperationError.UserNotRegisteredInServer -
Method Summary
Methods inherited from interface ch.nevis.mobile.sdk.api.MobileAuthenticationClientError
cause, descriptionMethods inherited from interface ch.nevis.mobile.sdk.api.operation.OperationError
errorCode