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

/external/bouncycastle/src/main/java/org/bouncycastle/asn1/
H A DDERObjectIdentifier.java8 public class DERObjectIdentifier class in inherits:ASN1Object
18 public static DERObjectIdentifier getInstance(
21 if (obj == null || obj instanceof DERObjectIdentifier)
23 return (DERObjectIdentifier)obj;
38 public static DERObjectIdentifier getInstance(
44 if (explicit || o instanceof DERObjectIdentifier)
55 DERObjectIdentifier( method in class:DERObjectIdentifier
122 public DERObjectIdentifier( method in class:DERObjectIdentifier
225 if (!(o instanceof DERObjectIdentifier))
230 return identifier.equals(((DERObjectIdentifier)
[all...]

Completed in 72 milliseconds