|
Bouncy Castle Cryptography Library 1.47 | ||||||||
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.DERObjectIdentifier
org.bouncycastle.asn1.ASN1ObjectIdentifier
public class ASN1ObjectIdentifier
Constructor Summary | |
---|---|
ASN1ObjectIdentifier(java.lang.String identifier)
|
Method Summary | |
---|---|
ASN1ObjectIdentifier |
branch(java.lang.String branchID)
Return an OID that creates a branch under the current one. |
boolean |
on(ASN1ObjectIdentifier stem)
Return true if this oid is an extension of the passed in branch, stem. |
Methods inherited from class org.bouncycastle.asn1.DERObjectIdentifier |
---|
getBody, getId, getInstance, getInstance, hashCode, toString |
Methods inherited from class org.bouncycastle.asn1.ASN1Primitive |
---|
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 |
---|
public ASN1ObjectIdentifier(java.lang.String identifier)
Method Detail |
---|
public ASN1ObjectIdentifier branch(java.lang.String branchID)
branchID
- node numbers for the new branch.
public boolean on(ASN1ObjectIdentifier stem)
stem
- the arc or branch that is a possible parent.
|
Bouncy Castle Cryptography Library 1.47 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |