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

  /libcore/luni/src/test/java/libcore/java/security/cert/
X509CertSelectorTest.java 120 return bouncycastleToJava(testKeyStore.getRootCertificate("RSA"));
130 return bouncycastleToJava(testKeyStore.getRootCertificate("RSA"));
SubjectAlternativeNameTest.java 54 .getRootCertificate("RSA");
  /packages/apps/KeyChain/tests/src/com/android/keychain/tests/
KeyChainServiceTest.java 162 Certificate root1 = TestKeyStore.getClientCertificate().getRootCertificate("RSA");
173 Certificate root2 = TestKeyStore.getServer().getRootCertificate("RSA");
KeyChainTestActivity.java 164 X509Certificate ca = mTestKeyStore.getRootCertificate("RSA");
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
TrustedCertificateStoreTest.java 158 CA1 = TestKeyStore.getClient().getRootCertificate("RSA");
159 CA2 = TestKeyStore.getClientCA2().getRootCertificate("RSA");
166 .build().getRootCertificate("RSA");
  /libcore/support/src/test/java/libcore/java/security/
TestKeyStore.java 153 .rootCa(ROOT_CA.getRootCertificate("RSA"))
158 .rootCa(intermediateCa.getRootCertificate("RSA"))
165 .rootCa(intermediateCa.getRootCertificate("RSA"))
712 public X509Certificate getRootCertificate(String algorithm) {
    [all...]

Completed in 59 milliseconds