Searched defs:ASN1ObjectIdentifier (Results 1 - 1 of 1) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DASN1ObjectIdentifier.java3 public class ASN1ObjectIdentifier class in inherits:DERObjectIdentifier
6 public ASN1ObjectIdentifier(String identifier) method in class:ASN1ObjectIdentifier
11 ASN1ObjectIdentifier(byte[] bytes) method in class:ASN1ObjectIdentifier
16 ASN1ObjectIdentifier(ASN1ObjectIdentifier oid, String branch) method in class:ASN1ObjectIdentifier
27 public ASN1ObjectIdentifier branch(String branchID)
29 return new ASN1ObjectIdentifier(this, branchID);
37 public boolean on(ASN1ObjectIdentifier stem)

Completed in 147 milliseconds