Package 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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ASN1ObjectDescriptor
getInstance
(Object obj) Return an ObjectDescriptor from the passed in object.static ASN1ObjectDescriptor
getInstance
(ASN1TaggedObject taggedObject, boolean explicit) Return an ObjectDescriptor from a tagged object.int
hashCode()
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
-
Constructor Details
-
ASN1ObjectDescriptor
-
-
Method Details
-
getInstance
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:
IllegalArgumentException
- if the object cannot be converted.
-
getInstance
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:
IllegalArgumentException
- if the tagged object cannot be converted.
-
getBaseGraphicString
-
hashCode
public int hashCode()- Specified by:
hashCode
in classASN1Primitive
-