Searched refs:EMPTY_PROVIDER (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/jca/
H A DProviderList.java40 * and internally presented as the instance EMPTY_PROVIDER. However, those
70 private static final Provider EMPTY_PROVIDER = field in class:ProviderList
228 * Return the Provider at the specified index. Returns EMPTY_PROVIDER
233 return (p != null) ? p : EMPTY_PROVIDER;
239 * be initialized are replaced with EMPTY_PROVIDER.

Completed in 1038 milliseconds