HomeSort by relevance Sort by last modified time
    Searched refs:installCertificate (Results 1 - 3 of 3) sorted by null

  /libcore/crypto/src/test/java/org/conscrypt/
TrustedCertificateStoreTest.java 309 store.installCertificate(null);
377 store.installCertificate(getCa2());
386 store.installCertificate(getCa3WithCa1Subject());
459 store.installCertificate(ca1);
467 store.installCertificate(getCa1());
472 store.installCertificate(getCa1());
483 store.installCertificate(getCa1());
496 store.installCertificate(getCa1());
508 store.installCertificate(getCa1());
  /packages/apps/KeyChain/src/com/android/keychain/
KeyChainService.java 130 mTrustedCertificateStore.installCertificate(parseCertificate(caCertificate));
  /libcore/crypto/src/main/java/org/conscrypt/
TrustedCertificateStore.java 64 * <p>The KeyChainService users the {@link installCertificate} and
493 public void installCertificate(X509Certificate cert) throws IOException, CertificateException {

Completed in 648 milliseconds