org.bouncycastle.asn1
Class ASN1ObjectDescriptor
java.lang.Object
|
+--org.bouncycastle.asn1.ASN1Object
|
+--org.bouncycastle.asn1.ASN1Primitive
|
+--org.bouncycastle.asn1.ASN1ObjectDescriptor
- All Implemented Interfaces:
- ASN1Encodable, Encodable
- public final class ASN1ObjectDescriptor
- extends ASN1Primitive
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ASN1ObjectDescriptor
public ASN1ObjectDescriptor(ASN1GraphicString baseGraphicString)
getInstance
public static ASN1ObjectDescriptor getInstance(java.lang.Object obj)
- Return an ObjectDescriptor from the passed in object.
- Parameters:
obj
- an ASN1ObjectDescriptor or an object that can be converted into one.- Returns:
- an ASN1ObjectDescriptor instance, or null.
- Throws:
java.lang.IllegalArgumentException
- if the object cannot be converted.
getInstance
public static ASN1ObjectDescriptor getInstance(ASN1TaggedObject taggedObject,
boolean explicit)
- Return an ObjectDescriptor from a tagged object.
- Parameters:
taggedObject
- the tagged object holding the object we want.explicit
- true if the object is meant to be explicitly tagged,
false otherwise.- Returns:
- an ASN1ObjectDescriptor instance, or null.
- Throws:
java.lang.IllegalArgumentException
- if the tagged object cannot be converted.
getBaseGraphicString
public ASN1GraphicString getBaseGraphicString()
hashCode
public int hashCode()
- Overrides:
hashCode
in class ASN1Primitive