Lines Matching defs:cStub

75     private final GSSLibStub cStub;
116 if (GSSUtil.isSpNegoMech(cStub.getMech()) && isInitiator
164 (new ObjectIdentifier(cStub.getMech().toString()),
194 cStub = stub;
200 if (GSSUtil.isKerberosMech(cStub.getMech())) {
204 GSSCredential.INITIATE_ONLY, cStub);
213 cStub = stub;
221 if (GSSUtil.isKerberosMech(cStub.getMech()) && targetName != null) {
233 cStub = stub;
236 long[] info = cStub.inquireContext(pContext);
240 srcName = new GSSNameElement(info[0], cStub);
241 targetName = new GSSNameElement(info[1], cStub);
249 Oid mech = cStub.getMech();
273 if (GSSUtil.isKerberosMech(cStub.getMech()) && !skipDelegPermCheck) {
278 outToken = cStub.initContext(pCred, targetName.pName,
285 if (GSSUtil.isSpNegoMech(cStub.getMech()) && outToken != null) {
298 (cStub.getContextName(pContext, true), cStub);
303 cStub);
318 outToken = cStub.acceptContext(pCred, cb, inToken, this);
324 (cStub.getContextName(pContext, false), cStub);
329 GSSCredential.ACCEPT_ONLY, cStub);
334 if (GSSUtil.isSpNegoMech(cStub.getMech()) &&
355 pContext = cStub.deleteContext(pContext);
363 return cStub.wrapSizeLimit(pContext, (confReq? 1:0), qop,
374 return cStub.wrap(pContext, data, msgProp);
411 return cStub.unwrap(pContext, temp, msgProp);
413 return cStub.unwrap(pContext, inBuf, msgProp);
423 result = cStub.unwrap(pContext, temp, msgProp);
425 result = cStub.unwrap(pContext, inBuf, msgProp);
468 return cStub.getMic(pContext, qop, inMsg);
500 cStub.verifyMic(pContext, token, msg, msgProp);
517 byte[] result = cStub.exportContext(pContext);
600 return cStub.getContextTime(pContext);
612 return cStub.getMech();