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

/openjdk7/jdk/src/share/classes/com/sun/net/ssl/
H A DSSLSecurity.java192 * The <code>provName</code> argument can be null, in which case all
195 static Object[] getImpl(String algName, String engineType, String provName) argument
199 if (provName != null) {
201 Provider prov = list.getProvider(provName);
204 provName);

Completed in 153 milliseconds