Searched refs:BAD_MECH (Results 1 - 5 of 5) sorted by relevance
/openjdk7/jdk/src/share/classes/org/ietf/jgss/ |
H A D | GSSException.java | 54 public static final int BAD_MECH = 2; field in class:GSSException 180 "Unsupported mechanism requested", // BAD_MECH
|
/openjdk7/jdk/src/share/classes/sun/security/jgss/ |
H A D | ProviderList.java | 204 throw new GSSExceptionImpl(GSSException.BAD_MECH, mechOid); 252 throw new GSSExceptionImpl(GSSException.BAD_MECH, 334 return new GSSExceptionImpl(GSSException.BAD_MECH, 362 throw new GSSExceptionImpl(GSSException.BAD_MECH, 396 throw new GSSExceptionImpl(GSSException.BAD_MECH,
|
H A D | GSSCredentialImpl.java | 159 throw new GSSExceptionImpl(GSSException.BAD_MECH, mech); 239 throw new GSSExceptionImpl(GSSException.BAD_MECH, mech); 279 throw new GSSExceptionImpl(GSSException.BAD_MECH, mech); 365 throw new GSSExceptionImpl(GSSException.BAD_MECH, mech);
|
/openjdk7/jdk/src/share/classes/sun/security/jgss/wrapper/ |
H A D | GSSNameElement.java | 63 if (ge.getMajor() == GSSException.BAD_MECH &&
|
/openjdk7/jdk/src/share/classes/sun/security/jgss/spnego/ |
H A D | SpNegoContext.java | 387 errorCode = GSSException.BAD_MECH; 1199 throw new GSSException(GSSException.BAD_MECH, -1,
|
Completed in 582 milliseconds