Searched defs:ProviderList (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/jca/
H A DProviderList.java36 * The system starts out with a ProviderList that only has the classNames
42 * to force all Providers to be loaded and to obtain a ProviderList with
56 public final class ProviderList { class
59 sun.security.util.Debug.getInstance("jca", "ProviderList");
65 // constant for an ProviderList with no elements
66 static final ProviderList EMPTY = new ProviderList(PC0, true);
78 // construct a ProviderList from the security properties
80 static ProviderList fromSecurityProperties() {
83 new PrivilegedAction<ProviderList>() {
154 private ProviderList(ProviderConfig[] configs, boolean allLoaded) { method in class:ProviderList
162 private ProviderList() { method in class:ProviderList
[all...]

Completed in 84 milliseconds