HomeSort by relevance Sort by last modified time
    Searched defs:getTrustAnchor (Results 1 - 25 of 53) sorted by null

1 2 3

  /libcore/luni/src/test/java/tests/security/cert/
PKIXCertPathBuilderResultTest.java 82 TrustAnchor ta = TestUtils.getTrustAnchor();
105 TrustAnchor ta = TestUtils.getTrustAnchor();
125 TrustAnchor ta = TestUtils.getTrustAnchor();
168 TrustAnchor ta = TestUtils.getTrustAnchor();
187 TrustAnchor ta = TestUtils.getTrustAnchor();
200 assertSame(init.getTrustAnchor(), clone.getTrustAnchor());
211 TrustAnchor ta = TestUtils.getTrustAnchor();
238 TrustAnchor ta = TestUtils.getTrustAnchor();
PKIXCertPathValidatorResultTest.java 73 TrustAnchor ta = TestUtils.getTrustAnchor();
108 TrustAnchor ta = TestUtils.getTrustAnchor();
129 TrustAnchor ta = TestUtils.getTrustAnchor();
141 * Test for <code>getTrustAnchor()</code> method<br>
147 TrustAnchor ta = TestUtils.getTrustAnchor();
160 assertSame(ta, vr.getTrustAnchor());
170 TrustAnchor ta = TestUtils.getTrustAnchor();
196 TrustAnchor ta = TestUtils.getTrustAnchor();
223 TrustAnchor ta = TestUtils.getTrustAnchor();
247 TrustAnchor ta = TestUtils.getTrustAnchor();
    [all...]
  /frameworks/base/core/java/android/security/net/config/
TrustedCertificateStoreAdapter.java 50 public X509Certificate getTrustAnchor(X509Certificate cert) {
  /libcore/ojluni/src/main/java/java/security/cert/
PKIXCertPathValidatorResult.java 94 public TrustAnchor getTrustAnchor() {
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
TestUtils.java 91 public static TrustAnchor getTrustAnchor() {
126 TrustAnchor ta = getTrustAnchor();
    [all...]
  /external/conscrypt/platform/src/main/java/org/conscrypt/
TrustedCertificateStore.java 347 public X509Certificate getTrustAnchor(final X509Certificate c) {
  /external/conscrypt/platform/src/test/java/org/conscrypt/
TrustedCertificateStoreTest.java 497 store.getTrustAnchor(null);
501 assertNull(store.getTrustAnchor(getCa1()));
656 assertEquals(ca1, store.getTrustAnchor(ca2));
663 assertNotNull(store.getTrustAnchor(ca2));
809 store.getTrustAnchor(cert));
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
bcprov-jdk16-1.46.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
bcprov-jdk16-1.46.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk16/1.46/
bcprov-jdk16-1.46.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/offline-m2/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
bcprov-jdk15on-1.52.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
bcprov-jdk15on-1.52.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 

Completed in 1525 milliseconds

1 2 3