sun.security.mule.jgss.spnego
Class NegTokenTarg
java.lang.Object
sun.security.mule.jgss.GSSToken
sun.security.mule.jgss.spnego.NegTokenTarg
public class NegTokenTarg
- extends GSSToken
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
- Since:
- 1.6
- Author:
- Seema Malkani
|
Field Summary |
static sun.security.util.ObjectIdentifier |
OID
The object identifier corresponding to the SPNEGO GSS-API
mechanism. |
| Methods inherited from class sun.security.mule.jgss.GSSToken |
debug, getHexBytes, getHexBytes, getHexBytes, readBigEndian, readFully, readFully, readInt, readInt, readLittleEndian, writeBigEndian, writeBigEndian, writeInt, writeInt, writeLittleEndian, writeLittleEndian |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OID
public static sun.security.util.ObjectIdentifier OID
- The object identifier corresponding to the SPNEGO GSS-API
mechanism.
NegTokenTarg
public NegTokenTarg(byte[] in)
throws GSSException
- Throws:
GSSException
getSupportedMech
public Oid getSupportedMech()
Copyright © 2013. All Rights Reserved.