Searched defs:getCertificate (Results 1 - 6 of 6) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
H A DCertificateFactory.java63 return getCertificate();
71 private java.security.cert.Certificate getCertificate() method in class:CertificateFactory
189 return getCertificate();
/external/apache-http/android/src/android/net/http/
H A DConnection.java135 /* package */ SslCertificate getCertificate() { method in class:Connection
/external/conscrypt/src/platform/java/org/conscrypt/
H A DTrustedCertificateStore.java130 public Certificate getCertificate(String alias) { method in class:TrustedCertificateStore
131 return getCertificate(alias, false);
134 public Certificate getCertificate(String alias, boolean includeDeletedSystem) { method in class:TrustedCertificateStore
275 return getCertificate(alias, includeDeletedSystem) != null;
/external/nist-pkits/src/libcore/java/security/cert/
H A DX509CertificateNistPkitsTest.java69 private final X509Certificate getCertificate(CertificateFactory f, String name) method in class:X509CertificateNistPkitsTest
89 certs[i] = getCertificate(f, names[i]);
128 X509Certificate trustedCA = getCertificate(f, trustedCAName);
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 302 milliseconds