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

/openjdk7/jdk/src/share/classes/sun/security/jgss/
H A DGSSContextImpl.java104 private GSSContextSpi mechCtxt = null; field in class:GSSContextImpl
163 mechCtxt = gssManager.getMechanismContext(interProcessToken);
164 initiator = mechCtxt.isInitiator();
165 this.mechOid = mechCtxt.getMech();
186 if (mechCtxt != null && currentState != IN_PROGRESS) {
197 if (mechCtxt == null) {
212 mechCtxt = gssManager.getMechanismContext(nameElement,
216 mechCtxt.requestConf(reqConfState);
217 mechCtxt.requestInteg(reqIntegState);
218 mechCtxt
[all...]

Completed in 31 milliseconds