Is your feature request related to a problem? Please describe.
Not everyone wants to rely on public trust lists when it comes to determining trust, and may want to provide their own trust list
Describe the solution you'd like
Allow users to provide their own trust lists to the library. Potentially just a Map<string, array> of their own name for trust lists and an array of certificates
Additional context
I'm open to other formats like just provided a list of certificates to the library as well. My reason for using a map is that we maintain the same format as the existing trust lists and one could potentially provide different trust lists to help with some internal business logic (maybe a trust list for ID sources that are based in your own country vs others, as that might have impact on data handling & processing requirements)
Is your feature request related to a problem? Please describe.
Not everyone wants to rely on public trust lists when it comes to determining trust, and may want to provide their own trust list
Describe the solution you'd like
Allow users to provide their own trust lists to the library. Potentially just a Map<string, array> of their own name for trust lists and an array of certificates
Additional context
I'm open to other formats like just provided a list of certificates to the library as well. My reason for using a map is that we maintain the same format as the existing trust lists and one could potentially provide different trust lists to help with some internal business logic (maybe a trust list for ID sources that are based in your own country vs others, as that might have impact on data handling & processing requirements)