java.lang.ObjectThis class represents Universal Object Identifiers (Oids) and their associated operations.org.ietf.jgss.Oid
Oids are hierarchically globally-interpretable identifiers used within the GSS-API framework to identify mechanisms and name formats.
The structure and encoding of Oids is defined in ISOIEC-8824 and ISOIEC-8825. For example the Oid representation of Kerberos V5 mechanism is "1.2.840.113554.1.2.2"
The GSSName name class contains public static Oid objects representing the standard name types defined in GSS-API.
Mayank - Upadhyay1.4 - | Constructor: |
|---|
|
|
|
| Method from org.ietf.jgss.Oid Summary: |
|---|
| containedIn, equals, getDER, getInstance, hashCode, toString |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.ietf.jgss.Oid Detail: |
|---|
|
|
|
|
|
|