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

/openjdk7/jdk/src/share/classes/org/ietf/jgss/
H A DGSSContext.java62 * initiator calls {@link #initSecContext(byte[], int, int) initSecContext}
65 * the <code>initSecContext</code> and <code>acceptSecContext</code>
68 * or <code>initSecContext</code> as the case may be.<p>
133 * = context.initSecContext(inToken, 0, inToken.length);
200 * <code>initSecContext</code>. Upon completion of the context
204 * Note that it is possible that the <code>initSecContext</code> method
236 public byte[] initSecContext(byte inputBuf[], int offset, int len) method in interface:GSSContext
257 * <code>initSecContext</code>.
261 * Note that it is possible that the <code>initSecContext</cod
321 public int initSecContext(InputStream inStream, method in interface:GSSContext
[all...]
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/spnego/
H A DNegotiatorImpl.java65 * <li>A first call to initSecContext</ul>
108 oneToken = context.initSecContext(new byte[0], 0, 0);
148 return context.initSecContext(token, 0, token.length);
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DSpnegoReqFlags.java56 return me.x().initSecContext(new byte[0], 0, 0);
H A DTest5653.java74 byte[] token = c1.initSecContext(new byte[0], 0, 0);
H A DCrossRealm.java93 GSSContext.DEFAULT_LIFETIME).initSecContext(new byte[0], 0, 0);
H A DSaslGSS.java102 token = sc.initSecContext(token, 0, token.length);
H A DContext.java514 System.out.println(name + " call initSecContext");
516 return me.x.initSecContext(input, 0, input.length);
/openjdk7/jdk/src/share/classes/sun/security/jgss/spi/
H A DGSSContextSpi.java160 * calls the initSecContext method on the GSSContext implementation
163 * All overloaded forms of GSSContext.initSecContext() can be handled
164 * with this mechanism level initSecContext. Since the output token
180 * received from the peer. On the first call to initSecContext, there
191 public byte[] initSecContext(InputStream is, int mechTokenSize) method in interface:GSSContextSpi
/openjdk7/jdk/src/share/classes/sun/security/jgss/
H A DGSSContextImpl.java58 * initSecContext method by the context initiator. During this phase the
59 * initSecContext and acceptSecContext methods will produce GSS-API
61 * peer. The initSecContext and acceptSecContext methods may
86 * the first call to initSecContext. The supplementary status codes for the
168 public byte[] initSecContext(byte inputBuf[], int offset, int len) method in class:GSSContextImpl
179 int size = initSecContext(bin, bos);
183 public int initSecContext(InputStream inStream, method in class:GSSContextImpl
188 "Illegal call to initSecContext");
243 " in initSecContext token");
248 byte[] obuf = mechCtxt.initSecContext(inStrea
[all...]
/openjdk7/jdk/src/solaris/native/sun/security/jgss/wrapper/
H A DNativeFunc.c153 ftab->initSecContext = (INIT_SEC_CONTEXT_FN_PTR)
155 if (ftab->initSecContext == NULL) {
H A DNativeFunc.h244 INIT_SEC_CONTEXT_FN_PTR initSecContext; member in struct:GSS_FUNCTION_TABLE
/openjdk7/jdk/src/share/classes/com/sun/security/sasl/gsskerb/
H A DGssKrb5Client.java193 byte[] gssOutToken = secCtx.initSecContext(challengeData,
/openjdk7/jdk/src/share/classes/sun/security/jgss/spnego/
H A DSpNegoContext.java286 public final byte[] initSecContext(InputStream is, int mechTokenSize) method in class:SpNegoContext
295 System.out.println("Entered SpNego.initSecContext with " +
300 "initSecContext on an acceptor GSSContext");
324 System.out.println("SpNegoContext.initSecContext: " +
343 System.out.println("SpNegoContext.initSecContext: " +
353 System.out.println("SpNegoContext.initSecContext: " +
431 System.out.println("SpNegoContext.initSecContext:" +
448 System.out.println("SNegoContext.initSecContext: " +
847 // pass token to mechanism initSecContext
848 byte[] init_token = mechContext.initSecContext(to
[all...]
/openjdk7/jdk/src/share/classes/sun/security/jgss/wrapper/
H A DNativeGSSContext.java259 public byte[] initSecContext(InputStream is, int mechTokenLen) method in class:NativeGSSContext
267 SunNativeProvider.debug("initSecContext=> inToken len=" +
280 SunNativeProvider.debug("initSecContext=> outToken len=" +
/openjdk7/jdk/src/share/classes/sun/security/jgss/krb5/
H A DKrb5Context.java550 public final byte[] initSecContext(InputStream is, int mechTokenSize) method in class:Krb5Context
557 System.out.println("Entered Krb5Context.initSecContext with " +
562 "initSecContext on an acceptor " +
/openjdk7/jdk/src/share/native/sun/security/jgss/wrapper/
H A DGSSLibStub.c809 major = (*ftab->initSecContext)(&minor, credHdl,

Completed in 55 milliseconds