Searched refs:OpenSSLX509CertPath (Results 1 - 6 of 6) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
H A DOpenSSLX509CertPath.java40 public class OpenSSLX509CertPath extends CertPath { class in inherits:CertPath
89 protected OpenSSLX509CertPath(List<? extends X509Certificate> certificates) { method in class:OpenSSLX509CertPath
170 return new OpenSSLX509CertPath(Collections.<X509Certificate> emptyList());
182 return new OpenSSLX509CertPath(certs);
188 return new OpenSSLX509CertPath(Collections.<X509Certificate> emptyList());
212 return new OpenSSLX509CertPath(OpenSSLX509Certificate.fromPkcs7PemInputStream(pbis));
215 return new OpenSSLX509CertPath(OpenSSLX509Certificate.fromPkcs7DerInputStream(pbis));
H A DOpenSSLX509CertificateFactory.java318 return OpenSSLX509CertPath.getEncodingsIterator();
323 return OpenSSLX509CertPath.fromEncoding(inStream);
329 return OpenSSLX509CertPath.fromEncoding(inStream, encoding);
346 return new OpenSSLX509CertPath(filtered);
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 87 milliseconds