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

/openjdk10/jdk/test/sun/security/jgss/spnego/
H A DNotPreferredMech.java36 import sun.security.jgss.spnego.NegTokenInit;
51 // Generates a NegTokenInit mechTypes field, with an
59 // Generates a NegTokenInit mechToken field for 1.2.3.4 mech
65 // Generates the NegTokenInit token
66 Constructor<NegTokenInit> ctor = NegTokenInit.class.getDeclaredConstructor(
69 NegTokenInit initToken = ctor.newInstance(
/openjdk10/jdk/src/java.security.jgss/share/classes/sun/security/jgss/spnego/
H A DNegTokenInit.java35 * Implements the SPNEGO NegTokenInit token
38 * NegTokenInit ::= SEQUENCE {
63 public class NegTokenInit extends SpNegoToken { class in inherits:SpNegoToken
73 NegTokenInit(byte[] mechTypes, BitArray flags, method in class:NegTokenInit
85 public NegTokenInit(byte[] in) throws GSSException { method in class:NegTokenInit
120 System.out.println("SpNegoToken NegTokenInit: " +
137 "Invalid SPNEGO NegTokenInit token : " + e.getMessage());
172 System.out.println("SpNegoToken NegTokenInit: " +
183 System.out.println("SpNegoToken NegTokenInit: " +
192 System.out.println("SpNegoToken NegTokenInit
[all...]
H A DSpNegoContext.java288 NegTokenInit initToken = null;
319 initToken = new NegTokenInit(DER_mechTypes, getContextFlags(),
426 initToken = new NegTokenInit(null, null,
510 NegTokenInit initToken = new NegTokenInit(token);
/openjdk10/jdk/src/java.security.jgss/share/classes/sun/security/jgss/wrapper/
H A DNativeGSSContext.java36 import sun.security.jgss.spnego.NegTokenInit;
80 // NegTokenInit & NegTokenTarg
97 NegTokenInit ntok = new NegTokenInit(negToken);

Completed in 96 milliseconds