package

sun.security.jgss.spnego

Classes

NegTokenInit 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) } 
NegTokenTarg 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 
SpNegoContext Implements the mechanism specific context class for SPNEGO GSS-API mechanism 
SpNegoCredElement This class is the cred element implementation for SPNEGO mech. 
SpNegoMechFactory SpNego Mechanism plug in for JGSS This is the properties object required by the JGSS framework.