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

/openjdk7/jdk/src/share/classes/sun/security/jgss/wrapper/
H A DSunNativeProvider.java55 private static HashMap MECH_MAP; field in class:SunNativeProvider
68 MECH_MAP =
123 if (MECH_MAP != null) {
124 AccessController.doPrivileged(new PutAllAction(this, MECH_MAP));

Completed in 35 milliseconds