Interface OperationError.SigningFailedWithStrongBox

All Superinterfaces:
MobileAuthenticationClientError, OperationError
Enclosing interface:
OperationError

public static interface OperationError.SigningFailedWithStrongBox extends 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.

See Also: