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

/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/sasl/
H A DLdapSasl.java192 String[] mechNames = new String[mechs.size()];
194 mechNames[i] = (String)mechs.elementAt(i);
196 return mechNames;
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DFunctions.java70 private static final Map<Integer,String> mechNames = field in class:Functions
416 return getName(mechNames, id);
593 addMapping(mechNames, mechIds, id, name);

Completed in 31 milliseconds