OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DerOutputStream
(Results
26 - 50
of
105
) sorted by null
1
2
3
4
5
/libcore/ojluni/src/main/java/sun/security/x509/
CRLDistributionPointsExtension.java
33
import sun.security.util.
DerOutputStream
;
196
* Write the extension to the
DerOutputStream
.
198
* @param out the
DerOutputStream
to write the extension to.
206
* Write the extension to the
DerOutputStream
.
212
DerOutputStream
tmp = new
DerOutputStream
();
282
DerOutputStream
pnts = new
DerOutputStream
();
286
DerOutputStream
seq = new
DerOutputStream
();
[
all
...]
Extension.java
149
DerOutputStream
dos1 = new
DerOutputStream
();
150
DerOutputStream
dos2 = new
DerOutputStream
();
163
* Write the extension to the
DerOutputStream
.
165
* @param out the
DerOutputStream
to write the extension to.
168
public void encode(
DerOutputStream
out) throws IOException {
175
DerOutputStream
dos = new
DerOutputStream
();
BasicConstraintsExtension.java
73
DerOutputStream
out = new
DerOutputStream
();
74
DerOutputStream
tmp = new
DerOutputStream
();
188
* @param out the
DerOutputStream
to encode the extension to.
191
DerOutputStream
tmp = new
DerOutputStream
();
CRLNumberExtension.java
69
DerOutputStream
os = new
DerOutputStream
();
192
* Write the extension to the
DerOutputStream
.
194
* @param out the
DerOutputStream
to write the extension to.
198
DerOutputStream
tmp = new
DerOutputStream
();
203
* Write the extension to the
DerOutputStream
.
209
DerOutputStream
tmp = new
DerOutputStream
();
PolicyInformation.java
37
import sun.security.util.
DerOutputStream
;
266
* Write the PolicyInformation to the
DerOutputStream
.
268
* @param out the
DerOutputStream
to write the extension to.
271
public void encode(
DerOutputStream
out) throws IOException {
272
DerOutputStream
tmp = new
DerOutputStream
();
275
DerOutputStream
tmp2 = new
DerOutputStream
();
AccessDescription.java
76
public void encode(
DerOutputStream
out) throws IOException {
77
DerOutputStream
tmp = new
DerOutputStream
();
CRLReasonCodeExtension.java
93
DerOutputStream
dos = new
DerOutputStream
();
188
* Write the extension to the
DerOutputStream
.
190
* @param out the
DerOutputStream
to write the extension to.
194
DerOutputStream
tmp = new
DerOutputStream
();
CertificatePolicyId.java
78
* Write the CertificatePolicyId to the
DerOutputStream
.
80
* @param out the
DerOutputStream
to write the object to.
83
public void encode(
DerOutputStream
out) throws IOException {
CertificateVersion.java
166
DerOutputStream
tmp = new
DerOutputStream
();
169
DerOutputStream
seq = new
DerOutputStream
();
DistributionPointName.java
32
import sun.security.util.
DerOutputStream
;
165
* Encodes the distribution point name and writes it to the
DerOutputStream
.
170
public void encode(
DerOutputStream
out) throws IOException {
172
DerOutputStream
theChoice = new
DerOutputStream
();
InvalidityDateExtension.java
76
DerOutputStream
dos = new
DerOutputStream
();
175
* Write the extension to the
DerOutputStream
.
177
* @param out the
DerOutputStream
to write the extension to
181
DerOutputStream
tmp = new
DerOutputStream
();
IssuerAlternativeNameExtension.java
73
DerOutputStream
os = new
DerOutputStream
();
163
DerOutputStream
tmp = new
DerOutputStream
();
SubjectAlternativeNameExtension.java
78
DerOutputStream
os = new
DerOutputStream
();
168
DerOutputStream
tmp = new
DerOutputStream
();
X509Key.java
213
DerOutputStream
x509EncodedKeyStream = new
DerOutputStream
();
298
public final void encode(
DerOutputStream
out) throws IOException
319
DerOutputStream
out = new
DerOutputStream
();
470
static void encode(
DerOutputStream
out, AlgorithmId algid, BitArray key)
472
DerOutputStream
tmp = new
DerOutputStream
();
NameConstraintsExtension.java
121
DerOutputStream
seq = new
DerOutputStream
();
123
DerOutputStream
tagged = new
DerOutputStream
();
125
DerOutputStream
tmp = new
DerOutputStream
();
131
DerOutputStream
tmp = new
DerOutputStream
();
232
DerOutputStream
tmp = new
DerOutputStream
();
[
all
...]
X509CRLEntryImpl.java
160
public void encode(
DerOutputStream
outStrm) throws CRLException {
163
DerOutputStream
tmp = new
DerOutputStream
();
176
DerOutputStream
seq = new
DerOutputStream
();
200
this.encode(new
DerOutputStream
());
314
DerOutputStream
out = new
DerOutputStream
();
425
DerOutputStream
out = new
DerOutputStream
();
[
all
...]
ExtendedKeyUsageExtension.java
38
import sun.security.util.
DerOutputStream
;
137
DerOutputStream
os = new
DerOutputStream
();
138
DerOutputStream
tmp = new
DerOutputStream
();
225
* Write the extension to the
DerOutputStream
.
227
* @param out the
DerOutputStream
to write the extension to.
231
DerOutputStream
tmp = new
DerOutputStream
();
/libcore/ojluni/src/main/java/sun/security/util/
DerOutputStream.java
54
public class
DerOutputStream
61
public
DerOutputStream
(int size) { super(size); }
66
public
DerOutputStream
() { }
92
public void write(byte tag,
DerOutputStream
out) throws IOException {
115
public void writeImplicit(byte tag,
DerOutputStream
value)
301
DerOutputStream
bytes = new
DerOutputStream
();
318
DerOutputStream
bytes = new
DerOutputStream
();
375
DerOutputStream
[] streams = new DerOutputStream[set.length]
[
all
...]
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
X509CertificatePair.java
37
import sun.security.util.
DerOutputStream
;
195
DerOutputStream
tmp = new
DerOutputStream
();
269
private void emit(
DerOutputStream
out)
272
DerOutputStream
tagged = new
DerOutputStream
();
275
DerOutputStream
tmp = new
DerOutputStream
();
282
DerOutputStream
tmp = new
DerOutputStream
();
[
all
...]
X509CertPath.java
45
import sun.security.util.
DerOutputStream
;
291
DerOutputStream
bytes = new
DerOutputStream
();
307
DerOutputStream
derout = new
DerOutputStream
();
328
DerOutputStream
derout = new
DerOutputStream
();
/libcore/ojluni/src/main/java/sun/security/pkcs/
PKCS9Attribute.java
39
import sun.security.util.
DerOutputStream
;
604
DerOutputStream
temp = new
DerOutputStream
();
614
DerOutputStream
[] temps = new
615
DerOutputStream
[values.length];
618
temps[i] = new
DerOutputStream
();
627
DerOutputStream
temp2 = new
DerOutputStream
();
635
DerOutputStream
temp2 = new
DerOutputStream
();
[
all
...]
PKCS8Key.java
176
DerOutputStream
pkcs8EncodedKeyStream = new
DerOutputStream
();
261
public final void encode(
DerOutputStream
out) throws IOException
293
DerOutputStream
out;
295
out = new
DerOutputStream
();
397
static void encode(
DerOutputStream
out, AlgorithmId algid, byte[] key)
399
DerOutputStream
tmp = new
DerOutputStream
();
ContentInfo.java
177
public void encode(
DerOutputStream
out) throws IOException {
178
DerOutputStream
contentDerCode;
179
DerOutputStream
seq;
181
seq = new
DerOutputStream
();
187
contentDerCode = new
DerOutputStream
();
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
SequenceOfTest.java
33
import org.apache.harmony.security.asn1.
DerOutputStream
;
97
DerOutputStream
out = new
DerOutputStream
(sequenceOf,
UTCTimeTest.java
31
import org.apache.harmony.security.asn1.
DerOutputStream
;
116
DerOutputStream
out = new
DerOutputStream
(utime,
Completed in 1070 milliseconds
1
2
3
4
5