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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DDERExternal.java9 public class DERExternal class in inherits:ASN1Primitive
18 public DERExternal(ASN1EncodableVector vector) method in class:DERExternal
66 * Creates a new instance of DERExternal
73 public DERExternal(ASN1ObjectIdentifier directReference, ASN1Integer indirectReference, ASN1Primitive dataValueDescriptor, DERTaggedObject externalData) method in class:DERExternal
79 * Creates a new instance of DERExternal.
87 public DERExternal(ASN1ObjectIdentifier directReference, ASN1Integer indirectReference, ASN1Primitive dataValueDescriptor, int encoding, ASN1Primitive externalData) method in class:DERExternal
158 if (!(o instanceof DERExternal))
166 DERExternal other = (DERExternal)o;

Completed in 198 milliseconds