public class

NegTokenInit

extends GSSToken
java.lang.Object
   ↳ sun.security.jgss.GSSToken
     ↳ sun.security.jgss.spnego.NegTokenInit

Class Overview

Implements the SPNEGO NegTokenInit token as specified in RFC 2478 NegTokenInit ::= SEQUENCE { mechTypes [0] MechTypeList OPTIONAL, reqFlags [1] ContextFlags OPTIONAL, mechToken [2] OCTET STRING OPTIONAL, mechListMIC [3] OCTET STRING OPTIONAL } MechTypeList ::= SEQUENCE OF MechType MechType::= OBJECT IDENTIFIER ContextFlags ::= BIT STRING { delegFlag (0), mutualFlag (1), replayFlag (2), sequenceFlag (3), anonFlag (4), confFlag (5), integFlag (6) }

Summary

Fields
public static ObjectIdentifier OID The object identifier corresponding to the SPNEGO GSS-API mechanism.
Public Constructors
NegTokenInit(byte[] in)
Public Methods
byte[] getMechToken()
Oid[] getMechTypeList()
[Expand]
Inherited Methods
From class sun.security.jgss.GSSToken
From class java.lang.Object

Fields

public static ObjectIdentifier OID

The object identifier corresponding to the SPNEGO GSS-API mechanism.

Public Constructors

public NegTokenInit (byte[] in)

Throws
GSSException

Public Methods

public byte[] getMechToken ()

public Oid[] getMechTypeList ()