Home
last modified time | relevance | path

Searched refs:withTag (Results 1 – 25 of 158) sorted by relevance

1234567

/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/
DASN1OutputStream.java108 boolean withTag, in writeEncoded() argument
113 if (withTag) in writeEncoded()
122 boolean withTag, in writeEncoded() argument
127 if (withTag) in writeEncoded()
136 boolean withTag, in writeEncoded() argument
143 if (withTag) in writeEncoded()
152 boolean withTag, in writeEncoded() argument
158 if (withTag) in writeEncoded()
168 boolean withTag, in writeEncoded() argument
177 if (withTag) in writeEncoded()
[all …]
DDEROctetString.java47 void encode(ASN1OutputStream out, boolean withTag) throws IOException in encode() argument
49 out.writeEncoded(withTag, BERTags.OCTET_STRING, string); in encode()
62 …static void encode(ASN1OutputStream derOut, boolean withTag, byte[] buf, int off, int len) throws … in encode() argument
64 derOut.writeEncoded(withTag, BERTags.OCTET_STRING, buf, off, len); in encode()
DLazyEncodedSequence.java87 synchronized void encode(ASN1OutputStream out, boolean withTag) throws IOException in encode() argument
91 out.writeEncoded(withTag, BERTags.SEQUENCE | BERTags.CONSTRUCTED, encoded); in encode()
95 super.toDLObject().encode(out, withTag); in encode()
DDERBitString.java118 void encode(ASN1OutputStream out, boolean withTag) throws IOException in encode() argument
125 out.writeEncoded(withTag, BERTags.BIT_STRING, (byte)padBits, data); in encode()
130 out.writeEncoded(withTag, BERTags.BIT_STRING, (byte)padBits, data, 0, len - 1, der); in encode()
DDLOutputStream.java18 void writePrimitive(ASN1Primitive primitive, boolean withTag) throws IOException in writePrimitive() argument
20 primitive.toDLObject().encode(this, withTag); in writePrimitive()
DDERNull.java34 void encode(ASN1OutputStream out, boolean withTag) throws IOException in encode() argument
36 out.writeEncoded(withTag, BERTags.NULL, zeroBytes); in encode()
DDEROutputStream.java22 void writePrimitive(ASN1Primitive primitive, boolean withTag) throws IOException in writePrimitive() argument
24 primitive.toDERObject().encode(this, withTag); in writePrimitive()
DBERSequence.java63 void encode(ASN1OutputStream out, boolean withTag) throws IOException in encode() argument
65 out.writeEncodedIndef(withTag, BERTags.SEQUENCE | BERTags.CONSTRUCTED, elements); in encode()
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/
DASN1OutputStream.java108 boolean withTag, in writeEncoded() argument
113 if (withTag) in writeEncoded()
122 boolean withTag, in writeEncoded() argument
127 if (withTag) in writeEncoded()
136 boolean withTag, in writeEncoded() argument
143 if (withTag) in writeEncoded()
152 boolean withTag, in writeEncoded() argument
158 if (withTag) in writeEncoded()
168 boolean withTag, in writeEncoded() argument
177 if (withTag) in writeEncoded()
[all …]
DDEROctetString.java46 void encode(ASN1OutputStream out, boolean withTag) throws IOException in encode() argument
48 out.writeEncoded(withTag, BERTags.OCTET_STRING, string); in encode()
61 …static void encode(ASN1OutputStream derOut, boolean withTag, byte[] buf, int off, int len) throws … in encode() argument
63 derOut.writeEncoded(withTag, BERTags.OCTET_STRING, buf, off, len); in encode()
DLazyEncodedSequence.java87 synchronized void encode(ASN1OutputStream out, boolean withTag) throws IOException in encode() argument
91 out.writeEncoded(withTag, BERTags.SEQUENCE | BERTags.CONSTRUCTED, encoded); in encode()
95 super.toDLObject().encode(out, withTag); in encode()
DDERBitString.java117 void encode(ASN1OutputStream out, boolean withTag) throws IOException in encode() argument
124 out.writeEncoded(withTag, BERTags.BIT_STRING, (byte)padBits, data); in encode()
129 out.writeEncoded(withTag, BERTags.BIT_STRING, (byte)padBits, data, 0, len - 1, der); in encode()
DDLOutputStream.java18 void writePrimitive(ASN1Primitive primitive, boolean withTag) throws IOException in writePrimitive() argument
20 primitive.toDLObject().encode(this, withTag); in writePrimitive()
DDERNull.java33 void encode(ASN1OutputStream out, boolean withTag) throws IOException in encode() argument
35 out.writeEncoded(withTag, BERTags.NULL, zeroBytes); in encode()
DDEROutputStream.java21 void writePrimitive(ASN1Primitive primitive, boolean withTag) throws IOException in writePrimitive() argument
23 primitive.toDERObject().encode(this, withTag); in writePrimitive()
DBERSequence.java63 void encode(ASN1OutputStream out, boolean withTag) throws IOException in encode() argument
65 out.writeEncodedIndef(withTag, BERTags.SEQUENCE | BERTags.CONSTRUCTED, elements); in encode()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DASN1OutputStream.java106 boolean withTag, in writeEncoded() argument
111 if (withTag) in writeEncoded()
120 boolean withTag, in writeEncoded() argument
125 if (withTag) in writeEncoded()
134 boolean withTag, in writeEncoded() argument
141 if (withTag) in writeEncoded()
150 boolean withTag, in writeEncoded() argument
156 if (withTag) in writeEncoded()
166 boolean withTag, in writeEncoded() argument
175 if (withTag) in writeEncoded()
[all …]
DDEROctetString.java44 void encode(ASN1OutputStream out, boolean withTag) throws IOException in encode() argument
46 out.writeEncoded(withTag, BERTags.OCTET_STRING, string); in encode()
59 …static void encode(ASN1OutputStream derOut, boolean withTag, byte[] buf, int off, int len) throws … in encode() argument
61 derOut.writeEncoded(withTag, BERTags.OCTET_STRING, buf, off, len); in encode()
DLazyEncodedSequence.java86 synchronized void encode(ASN1OutputStream out, boolean withTag) throws IOException in encode() argument
90 out.writeEncoded(withTag, BERTags.SEQUENCE | BERTags.CONSTRUCTED, encoded); in encode()
94 super.toDLObject().encode(out, withTag); in encode()
DDERBitString.java115 void encode(ASN1OutputStream out, boolean withTag) throws IOException in encode() argument
122 out.writeEncoded(withTag, BERTags.BIT_STRING, (byte)padBits, data); in encode()
127 out.writeEncoded(withTag, BERTags.BIT_STRING, (byte)padBits, data, 0, len - 1, der); in encode()
DDLOutputStream.java17 void writePrimitive(ASN1Primitive primitive, boolean withTag) throws IOException in writePrimitive() argument
19 primitive.toDLObject().encode(this, withTag); in writePrimitive()
DDERNull.java31 void encode(ASN1OutputStream out, boolean withTag) throws IOException in encode() argument
33 out.writeEncoded(withTag, BERTags.NULL, zeroBytes); in encode()
DDEROutputStream.java19 void writePrimitive(ASN1Primitive primitive, boolean withTag) throws IOException in writePrimitive() argument
21 primitive.toDERObject().encode(this, withTag); in writePrimitive()
DBERSequence.java61 void encode(ASN1OutputStream out, boolean withTag) throws IOException in encode() argument
63 out.writeEncodedIndef(withTag, BERTags.SEQUENCE | BERTags.CONSTRUCTED, elements); in encode()
DBERSet.java76 void encode(ASN1OutputStream out, boolean withTag) throws IOException in encode() argument
78 out.writeEncodedIndef(withTag, BERTags.SET | BERTags.CONSTRUCTED, elements); in encode()

1234567