org.bouncycastle.sasn1

Class Asn1ObjectIdentifier


public class Asn1ObjectIdentifier
extends DerObject

Field Summary

Fields inherited from class org.bouncycastle.sasn1.Asn1Object

_baseTag, _contentStream, _tagNumber

Constructor Summary

Asn1ObjectIdentifier(String oid)

Method Summary

boolean
equals(Object o)
int
hashCode()
String
toString()

Methods inherited from class org.bouncycastle.sasn1.DerObject

getEncoded, getRawContentStream, getTagNumber

Methods inherited from class org.bouncycastle.sasn1.Asn1Object

getRawContentStream, getTagNumber, isConstructed

Constructor Details

Asn1ObjectIdentifier

public Asn1ObjectIdentifier(String oid)
            throws IllegalArgumentException

Method Details

equals

public boolean equals(Object o)

hashCode

public int hashCode()

toString

public String toString()