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

JavaDocs: Document replacement methods for MKP methods #2040

Open
texastony opened this issue Jul 5, 2024 · 1 comment
Open

JavaDocs: Document replacement methods for MKP methods #2040

texastony opened this issue Jul 5, 2024 · 1 comment

Comments

@texastony
Copy link
Contributor

texastony commented Jul 5, 2024

Issue

Crypto Tools marked all MasterKeyProvider methods as deprecated, but did not revise their JavaDocs to state which methods should be used instead.

This is a source of customer confusion, as it is not clear that customers should use the Keyring methods instead.

As originally posted by @jumarko in #1864 (comment)

          Are these deprecations documented anywhere? 
          The javadoc doesn't say anything about what should be used instead.

Suggested Fix

Revise the Java Docs for the Master Key Providers so that they details which methods replace the marked as deprecated methods.

Either remove the deprecation notice from the Caching Cryptographic Materials Manager methods or implement support for the CachingCMM with Keyrings.

Related Issues

@jumarko
Copy link

jumarko commented Jul 7, 2024

Awesome, thanks for the quick action.

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

No branches or pull requests

2 participants