OF-946: Help Java to find the correct Security Provider
For some reason, the default validation fails to iterate over all providers and will fail if the default provider does not support the algorithm of the chain. To work around this issue, the code now iterates over each provider explicitly, returning success when at least one provider validates the chain successfully. This replaces an earlier attempt to fix this issue by explicitly naming one (and just one) provider.
Showing
Please register or sign in to comment