HomeSort by relevance Sort by last modified time
    Searched refs:DerOutputStream (Results 51 - 75 of 105) sorted by null

1 23 4 5

  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
AdaptableX509CertSelector.java 36 import sun.security.util.DerOutputStream;
109 DerOutputStream derout = new DerOutputStream();
CertId.java 157 public void encode(DerOutputStream out) throws IOException {
159 DerOutputStream tmp = new DerOutputStream();
  /libcore/ojluni/src/main/java/sun/security/x509/
CertificateValidity.java 155 DerOutputStream pair = new DerOutputStream();
167 DerOutputStream seq = new DerOutputStream();
SerialNumber.java 110 * @param out the DerOutputStream to marshal the contents to.
113 public void encode(DerOutputStream out) throws IOException {
CertificateAlgorithmId.java 105 * @param out the DerOutputStream to marshal the contents to.
109 DerOutputStream tmp = new DerOutputStream();
CertificateIssuerName.java 107 * @param out the DerOutputStream to marshal the contents to.
111 DerOutputStream tmp = new DerOutputStream();
CertificateIssuerUniqueIdentity.java 111 * @param out the DerOutputStream to marshal the contents to.
115 DerOutputStream tmp = new DerOutputStream();
CertificateSerialNumber.java 116 * @param out the DerOutputStream to marshal the contents to.
120 DerOutputStream tmp = new DerOutputStream();
CertificateSubjectName.java 107 * @param out the DerOutputStream to marshal the contents to.
111 DerOutputStream tmp = new DerOutputStream();
CertificateSubjectUniqueIdentity.java 110 * @param out the DerOutputStream to marshal the contents to.
114 DerOutputStream tmp = new DerOutputStream();
CertificateX509Key.java 104 DerOutputStream tmp = new DerOutputStream();
CRLExtensions.java 140 * @param out the DerOutputStream to marshal the contents to.
148 DerOutputStream extOut = new DerOutputStream();
161 DerOutputStream seq = new DerOutputStream();
164 DerOutputStream tmp = new DerOutputStream();
CertificateExtensions.java 149 * @param out the DerOutputStream to marshal the contents to.
161 * @param out the DerOutputStream to marshal the contents to.
168 DerOutputStream extOut = new DerOutputStream();
181 DerOutputStream seq = new DerOutputStream();
184 DerOutputStream tmp;
186 tmp = new DerOutputStream();
GeneralName.java 222 * Encode the name to the specified DerOutputStream.
224 * @param out the DerOutputStream to encode the the GeneralName to.
227 public void encode(DerOutputStream out) throws IOException {
228 DerOutputStream tmp = new DerOutputStream();
OtherName.java 147 * Encode the Other name into the DerOutputStream.
152 public void encode(DerOutputStream out) throws IOException {
159 DerOutputStream tmp = new DerOutputStream();
KeyIdentifier.java 123 * Write the KeyIdentifier to the DerOutputStream.
125 * @param out the DerOutputStream to write the object to.
128 void encode(DerOutputStream out) throws IOException {
  /libcore/ojluni/src/main/java/sun/security/ec/
ECPrivateKeyImpl.java 89 DerOutputStream out = new DerOutputStream();
  /libcore/ojluni/src/main/java/sun/security/pkcs/
SignerInfo.java 172 public void encode(DerOutputStream out) throws IOException {
187 DerOutputStream seq = new DerOutputStream();
189 DerOutputStream issuerAndSerialNumber = new DerOutputStream();
208 DerOutputStream tmp = new DerOutputStream();
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
BitStringTest.java 34 import org.apache.harmony.security.asn1.DerOutputStream;
94 DerOutputStream out = new DerOutputStream(asn1,
240 DerOutputStream out = new DerOutputStream(encoder,
ExplicitTest.java 34 import org.apache.harmony.security.asn1.DerOutputStream;
187 DerOutputStream out = new DerOutputStream(
GeneralizedTimeTest.java 33 import org.apache.harmony.security.asn1.DerOutputStream;
125 DerOutputStream out = new DerOutputStream(gtime,
ImplicitTest.java 38 import org.apache.harmony.security.asn1.DerOutputStream;
178 DerOutputStream out = new DerOutputStream(
IntegerTest.java 34 import org.apache.harmony.security.asn1.DerOutputStream;
110 DerOutputStream out = new DerOutputStream(asn1, validTestcase[i][1]);
OidTest.java 30 import org.apache.harmony.security.asn1.DerOutputStream;
138 byte[] encoded = new DerOutputStream(ASN1Oid.getInstance(),
185 new DerOutputStream(asn1, oid[i][0]).encoded));
  /libcore/ojluni/src/main/java/javax/crypto/
EncryptedPrivateKeyInfo.java 34 import sun.security.util.DerOutputStream;
403 DerOutputStream out = new DerOutputStream();
404 DerOutputStream tmp = new DerOutputStream();

Completed in 282 milliseconds

1 23 4 5