Bouncy Castle Cryptography Library 1.64

org.bouncycastle.asn1
Class DERObjectIdentifier

java.lang.Object
  extended byorg.bouncycastle.asn1.ASN1Object
      extended byorg.bouncycastle.asn1.ASN1Primitive
          extended byorg.bouncycastle.asn1.ASN1ObjectIdentifier
              extended byorg.bouncycastle.asn1.DERObjectIdentifier
All Implemented Interfaces:
ASN1Encodable, Encodable

Deprecated. Use ASN1ObjectIdentifier instead of this,

public class DERObjectIdentifier
extends ASN1ObjectIdentifier


Constructor Summary
DERObjectIdentifier(java.lang.String identifier)
          Deprecated.  
 
Methods inherited from class org.bouncycastle.asn1.ASN1ObjectIdentifier
branch, getId, getInstance, getInstance, hashCode, intern, on, toString
 
Methods inherited from class org.bouncycastle.asn1.ASN1Primitive
encodeTo, encodeTo, equals, equals, equals, fromByteArray, toASN1Primitive
 
Methods inherited from class org.bouncycastle.asn1.ASN1Object
getEncoded, getEncoded, hasEncodedTagValue, toASN1Object
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DERObjectIdentifier

public DERObjectIdentifier(java.lang.String identifier)
Deprecated. 

Bouncy Castle Cryptography Library 1.64