com.ibm.security.jgss.mech.spnego

Class SPNEGOMechOID

  1. java.lang.Object
  2. extended bycom.ibm.security.jgss.mech.spnego.SPNEGOMechOID

  1. public final class SPNEGOMechOID
  2. extends java.lang.Object
Maintains the list of object identifiers allocated for and utilized in the GSSUP mechanism.
Version:
1.0
Author:
Yanni Zhang

Field Summary

Modifier and Type Field and Description
  1. static
  2. Oid
MechOID
Defines the Object Identifier of Simple and Protected GSS-API Negotiation Mechanism iso.org.dod.internet.security.mechanism.snego (1.3.6.1.5.5.2)

Constructor Summary

Constructor and Description
SPNEGOMechOID()

Method Summary

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Detail

MechOID

  1. public static final Oid MechOID
Defines the Object Identifier of Simple and Protected GSS-API Negotiation Mechanism iso.org.dod.internet.security.mechanism.snego (1.3.6.1.5.5.2)

Constructor Detail

SPNEGOMechOID

  1. public SPNEGOMechOID()