Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Locale & KeyPairGeneratorSpec deprecation warnings #177

Merged
merged 1 commit into from
Nov 20, 2020

Conversation

0biWanKenobi
Copy link
Contributor

This commit resolves a few deprecation warnings by implementing dedicated methods:

  • config.locale=locale has new method setSystemLocaleLegacy , otherwise config.setLocale(locale)
  • context is set by new method setContextConfigurationLegacy ,otherwise context = context.createConfigurationContext(config);
  • AlgorithmParameterSpec is obtained with new method makeAlgorithmParameterSpecLegacy, otherwise same as before

This commit resolves a few deprecation warnings by implementing dedicated methods.
@mogol
Copy link
Owner

mogol commented Nov 20, 2020

Thanks @0biWanKenobi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants