Searched defs:out (Results 401 - 425 of 910) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/src/share/classes/sun/security/pkcs/
H A DPKCS10.java193 DerOutputStream out, scratch;
211 out = new DerOutputStream();
212 out.write(DerValue.tag_Sequence, scratch); // wrap it!
213 certificateRequestInfo = out.toByteArray();
214 scratch = out;
238 out = new DerOutputStream();
239 out.write(DerValue.tag_Sequence, scratch);
240 encoded = out.toByteArray();
282 * @param out the print stream where the certificate request
288 public void print(PrintStream out) argument
[all...]
H A DPKCS10Attributes.java92 * @param out the OutputStream to marshal the contents to.
95 public void encode(OutputStream out) throws IOException { argument
96 derEncode(out);
103 * @param out the OutputStream to marshal the contents to.
106 public void derEncode(OutputStream out) throws IOException { argument
116 out.write(attrOut.toByteArray());
H A DPKCS8Key.java261 public final void encode(DerOutputStream out) throws IOException argument
263 encode(out, this.algid, this.key);
293 DerOutputStream out;
295 out = new DerOutputStream ();
296 encode (out);
297 encodedKey = out.toByteArray();
397 static void encode(DerOutputStream out, AlgorithmId algid, byte[] key) argument
403 out.write(DerValue.tag_Sequence, tmp);
H A DPKCS9Attributes.java234 * @param out the output stream on which to put the DER encoding.
238 public void encode(byte tag, OutputStream out) throws IOException { argument
239 out.write(tag);
240 out.write(derEncoding, 1, derEncoding.length -1);
244 DerOutputStream out = new DerOutputStream();
247 out.putOrderedSetOf(DerValue.tag_SetOf,
249 return out.toByteArray();
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DByteArrayAccess.java48 * against out of bounds memory access by performing the necessary bounds
105 static void b2iLittle(byte[] in, int inOfs, int[] out, int outOfs, int len) { argument
110 out[outOfs++] = unsafe.getInt(in, (long)inOfs);
117 out[outOfs++] = reverseBytes(unsafe.getInt(in, (long)inOfs));
123 out[outOfs++] = ((in[inOfs ] & 0xff) )
132 // Special optimization of b2iLittle(in, inOfs, out, 0, 64)
133 static void b2iLittle64(byte[] in, int inOfs, int[] out) { argument
136 out[ 0] = unsafe.getInt(in, (long)(inOfs ));
137 out[ 1] = unsafe.getInt(in, (long)(inOfs + 4));
138 out[
178 i2bLittle(int[] in, int inOfs, byte[] out, int outOfs, int len) argument
206 i2bLittle4(int val, byte[] out, int outOfs) argument
222 b2iBig(byte[] in, int inOfs, int[] out, int outOfs, int len) argument
250 b2iBig64(byte[] in, int inOfs, int[] out) argument
295 i2bBig(int[] in, int inOfs, byte[] out, int outOfs, int len) argument
323 i2bBig4(int val, byte[] out, int outOfs) argument
339 b2lBig(byte[] in, int inOfs, long[] out, int outOfs, int len) argument
380 b2lBig128(byte[] in, int inOfs, long[] out) argument
408 l2bBig(long[] in, int inOfs, byte[] out, int outOfs, int len) argument
[all...]
H A DDigestBase.java40 * . abstract void implDigest(byte[] out, int ofs);
174 protected final int engineDigest(byte[] out, int ofs, int len) argument
180 if ((ofs < 0) || (len < 0) || (ofs > out.length - len)) {
186 implDigest(out, ofs);
201 abstract void implDigest(byte[] out, int ofs); argument
H A DSHA2.java109 void implDigest(byte[] out, int ofs) { argument
120 i2bBig(state, 0, out, ofs, 32);
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DCertId.java97 System.out.println("Issuer Certificate is " + issuerCert);
98 System.out.println("issuerNameHash is " +
100 System.out.println("issuerKeyHash is " +
102 System.out.println("SerialNumber is " + serialNumber.getNumber());
148 public void encode(DerOutputStream out) throws IOException { argument
155 out.write(DerValue.tag_Sequence, tmp);
159 System.out.println("Encoded certId is " +
160 encoder.encode(out.toByteArray()));
H A DX509CertificatePair.java267 private void emit(DerOutputStream out) argument
286 out.write(DerValue.tag_Sequence, tagged);
/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DAuthorityInfoAccessExtension.java149 * @param out the DerOutputStream to write the extension to.
152 public void encode(OutputStream out) throws IOException { argument
160 out.write(tmp.toByteArray());
H A DBasicConstraintsExtension.java73 DerOutputStream out = new DerOutputStream();
83 out.write(DerValue.tag_Sequence, tmp);
84 this.extensionValue = out.toByteArray();
188 * @param out the DerOutputStream to encode the extension to.
190 public void encode(OutputStream out) throws IOException { argument
203 out.write(tmp.toByteArray());
H A DCRLDistributionPointsExtension.java198 * @param out the DerOutputStream to write the extension to.
201 public void encode(OutputStream out) throws IOException { argument
202 encode(out, PKIXExtensions.CRLDistributionPoints_Id, false);
209 protected void encode(OutputStream out, ObjectIdentifier extensionId, argument
219 out.write(tmp.toByteArray());
H A DCRLExtensions.java140 * @param out the DerOutputStream to marshal the contents to.
145 public void encode(OutputStream out, boolean isExplicit) argument
171 out.write(tmp.toByteArray());
H A DCRLNumberExtension.java194 * @param out the DerOutputStream to write the extension to.
197 public void encode(OutputStream out) throws IOException { argument
199 encode(out, PKIXExtensions.CRLNumber_Id, true);
206 protected void encode(OutputStream out, ObjectIdentifier extensionId, argument
217 out.write(tmp.toByteArray());
H A DCertificateIssuerExtension.java179 * @param out the OutputStream to write the extension to
182 public void encode(OutputStream out) throws IOException { argument
190 out.write(tmp.toByteArray());
H A DCertificateIssuerName.java107 * @param out the DerOutputStream to marshal the contents to.
110 public void encode(OutputStream out) throws IOException { argument
114 out.write(tmp.toByteArray());
H A DCertificatePoliciesExtension.java175 * @param out the DerOutputStream to write the extension to.
178 public void encode(OutputStream out) throws IOException { argument
186 out.write(tmp.toByteArray());
H A DCertificateSerialNumber.java116 * @param out the DerOutputStream to marshal the contents to.
119 public void encode(OutputStream out) throws IOException { argument
123 out.write(tmp.toByteArray());
H A DCertificateSubjectName.java107 * @param out the DerOutputStream to marshal the contents to.
110 public void encode(OutputStream out) throws IOException { argument
114 out.write(tmp.toByteArray());
H A DCertificateValidity.java144 * @param out the OutputStream to marshal the contents to.
147 public void encode(OutputStream out) throws IOException { argument
170 out.write(seq.toByteArray());
H A DCertificateVersion.java158 * @param out the OutputStream to marshal the contents to.
161 public void encode(OutputStream out) throws IOException { argument
173 out.write(seq.toByteArray());
H A DEDIPartyName.java121 * @param out the DER stream to encode the EDIPartyName to.
124 public void encode(DerOutputStream out) throws IOException { argument
143 out.write(DerValue.tag_Sequence, tagged);
H A DExtension.java144 public void encode(OutputStream out) throws IOException { argument
145 if (out == null) {
159 out.write(dos2.toByteArray());
165 * @param out the DerOutputStream to write the extension to.
168 public void encode(DerOutputStream out) throws IOException { argument
182 out.write(DerValue.tag_Sequence, dos);
H A DGeneralNameInterface.java71 * @param out the DerOutputStream to encode the GeneralName to.
75 void encode(DerOutputStream out) throws IOException; argument
H A DGeneralSubtree.java190 * @params out the DerOutputStream to encode this object to.
192 public void encode(DerOutputStream out) throws IOException { argument
209 out.write(DerValue.tag_Sequence, seq);

Completed in 799 milliseconds

<<11121314151617181920>>