Searched refs:DERExternal (Results 1 - 4 of 4) 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;
H A DDERExternalParser.java32 * @return a DERExternal.
40 return new DERExternal(_parser.readVector());
49 * Return an DERExternal representing this parser and its contents.
51 * @return an DERExternal
H A DASN1InputStream.java184 return new DERExternal(buildDEREncodableVector(defIn));
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/util/
H A DASN1Dump.java28 import org.bouncycastle.asn1.DERExternal;
276 else if (obj instanceof DERExternal)
278 DERExternal ext = (DERExternal) obj;

Completed in 531 milliseconds