API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.ietf.jgss. Oid View Source
Author(s)
Mayank Upadhyay
Since
1.4
Version
1.10, 06/22/06
Serial
Hierarchy
 Object
      Oid
Implements
Subclasses
Description
public class Oid
  This class represents Universal Object Identifiers (Oids) and their associated operations.
See also:   
Constructors
public Oid (byte[] data) throws GSSException
  Creates an Oid object from its ASN.1 DER encoding.
public Oid (InputStream derOid) throws GSSException
  Creates an Oid object from its ASN.1 DER encoding.
public Oid (String strOid) throws GSSException
  Constructs an Oid object from a string representation of its integer components.
Methods
Hide/Show inherited methods
public boolean containedIn (Oid oids)
  A utility method to test if this Oid value is contained within the supplied Oid array.
public boolean equals (Object other)
  Tests if two Oid objects represent the same Object identifier value.
public byte getDER () throws GSSException
  Returns the full ASN.1 DER encoding for this oid object, which includes the tag and length.
pack-privatestatic Oid getInstance (String strOid)
  Only for calling by initializators used with declarations.
public int hashCode ()
  Returns a hashcode value for this Oid.
public String toString ()
  Returns a string representation of the oid's integer components in dot separated notation.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar