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.
Proposal Details
Various developers have experienced issues with not being able to determine the contents of the CertPool, due to the method
containsbeing private.Background
This proposal attempts to address this by simply making the
containsmethod public.