|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.ASN1Primitive
org.bouncycastle.asn1.ASN1ObjectIdentifier
Class representing the ASN.1 OBJECT IDENTIFIER type.
Constructor Summary | |
ASN1ObjectIdentifier(java.lang.String identifier)
Create an OID based on the passed in String. |
Method Summary | |
ASN1ObjectIdentifier |
branch(java.lang.String branchID)
Return an OID that creates a branch under the current one. |
static ASN1ObjectIdentifier |
fromContents(byte[] contents)
|
java.lang.String |
getId()
Return the OID as a string. |
static ASN1ObjectIdentifier |
getInstance(ASN1TaggedObject taggedObject,
boolean explicit)
Return an OBJECT IDENTIFIER from a tagged object. |
static ASN1ObjectIdentifier |
getInstance(java.lang.Object obj)
Return an OID from the passed in object |
int |
hashCode()
|
ASN1ObjectIdentifier |
intern()
Intern will return a reference to a pooled version of this object, unless it is not present in which case intern will add it. |
boolean |
on(ASN1ObjectIdentifier stem)
Return true if this oid is an extension of the passed in branch - stem. |
java.lang.String |
toString()
|
static ASN1ObjectIdentifier |
tryFromID(java.lang.String identifier)
|
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 |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ASN1ObjectIdentifier(java.lang.String identifier)
identifier
- a string representation of an OID.Method Detail |
public static ASN1ObjectIdentifier fromContents(byte[] contents)
public static ASN1ObjectIdentifier getInstance(java.lang.Object obj)
obj
- an ASN1ObjectIdentifier or an object that can be converted into one.
java.lang.IllegalArgumentException
- if the object cannot be converted.public static ASN1ObjectIdentifier getInstance(ASN1TaggedObject taggedObject, boolean explicit)
taggedObject
- the tagged object holding the object we wantexplicit
- true if the object is meant to be explicitly
tagged false otherwise.
java.lang.IllegalArgumentException
- if the tagged object cannot
be converted.public static ASN1ObjectIdentifier tryFromID(java.lang.String identifier)
public ASN1ObjectIdentifier branch(java.lang.String branchID)
branchID
- node numbers for the new branch.
public java.lang.String getId()
public boolean on(ASN1ObjectIdentifier stem)
stem
- the arc or branch that is a possible parent.
public int hashCode()
hashCode
in class ASN1Primitive
public java.lang.String toString()
public ASN1ObjectIdentifier intern()
The pool is also used by the ASN.1 parsers to limit the number of duplicated OID objects in circulation.
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |