We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Various developers have experienced issues with not being able to determine the contents of the CertPool, due to the method contains being private.
contains
Background
This proposal attempts to address this by simply making the contains method public.
The text was updated successfully, but these errors were encountered:
Related Issues
(Emoji vote if this was helpful or unhelpful; more detailed feedback welcome in this discussion.)
Sorry, something went wrong.
Duplicate of #39179
No branches or pull requests
Proposal Details
Various developers have experienced issues with not being able to determine the contents of the CertPool, due to the method
contains
being private.Background
This proposal attempts to address this by simply making the
contains
method public.The text was updated successfully, but these errors were encountered: