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

/openjdk7/jdk/src/share/classes/sun/security/jgss/
H A DProviderList.java87 public final class ProviderList { class
126 public ProviderList(GSSCaller caller, boolean useNative) { method in class:ProviderList
170 if (mechOid == null) mechOid = ProviderList.DEFAULT_MECH_OID;
189 if (mechOid == null) mechOid = ProviderList.DEFAULT_MECH_OID;
453 * The ProviderList maintains an ordered list of
/openjdk7/jdk/src/share/classes/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 43 milliseconds