public class

NegTokenTarg

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

Class Overview

Implements the SPNEGO NegTokenTarg token as specified in RFC 2478 NegTokenTarg ::= SEQUENCE { negResult [0] ENUMERATED { accept_completed (0), accept_incomplete (1), reject (2) } OPTIONAL, supportedMech [1] MechType OPTIONAL, responseToken [2] OCTET STRING OPTIONAL, mechListMIC [3] OCTET STRING OPTIONAL } MechType::= OBJECT IDENTIFIER

Summary

Fields
public static ObjectIdentifier OID The object identifier corresponding to the SPNEGO GSS-API mechanism.
Public Constructors
NegTokenTarg(byte[] in)
Public Methods
Oid getSupportedMech()
[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 NegTokenTarg (byte[] in)

Throws
GSSException

Public Methods

public Oid getSupportedMech ()