org.bouncycastle.asn1
Class DERObjectIdentifier

java.lang.Object
  extended by org.bouncycastle.asn1.ASN1Object
      extended by org.bouncycastle.asn1.ASN1Primitive
          extended by org.bouncycastle.asn1.DERObjectIdentifier
All Implemented Interfaces:
ASN1Encodable
Direct Known Subclasses:
ASN1ObjectIdentifier

public class DERObjectIdentifier
extends ASN1Primitive


Constructor Summary
DERObjectIdentifier(String par1Str)
           
 
Method Summary
 String func_71609_b()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class org.bouncycastle.asn1.ASN1Primitive
equals, func_71606_a
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DERObjectIdentifier

public DERObjectIdentifier(String par1Str)
Method Detail

func_71609_b

public String func_71609_b()

hashCode

public int hashCode()
Specified by:
hashCode in class ASN1Primitive

toString

public String toString()
Overrides:
toString in class Object