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

1 2 3

  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/tls/
AndroidTrustRootIndex.java 20 import java.security.cert.TrustAnchor;
41 TrustAnchor trustAnchor = (TrustAnchor) findByIssuerAndSignatureMethod.invoke(
43 return trustAnchor != null
44 ? trustAnchor.getTrustedCert()
55 // private TrustAnchor findTrustAnchorByIssuerAndSignature(X509Certificate lastCert);
  /libcore/ojluni/src/main/java/java/security/cert/
PKIXCertPathValidatorResult.java 40 * validation algorithm, as well as a {@code TrustAnchor} describing
60 private TrustAnchor trustAnchor;
68 * @param trustAnchor a {@code TrustAnchor} describing the CA that
74 * {@code trustAnchor} parameters are {@code null}
76 public PKIXCertPathValidatorResult(TrustAnchor trustAnchor,
81 if (trustAnchor == null)
82 throw new NullPointerException("trustAnchor must be non-null")
    [all...]
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
ForwardBuilder.java 39 import java.security.cert.TrustAnchor;
68 private final Set<TrustAnchor> trustAnchors;
72 TrustAnchor trustAnchor;
87 for (TrustAnchor anchor : trustAnchors) {
    [all...]
SunCertPathBuilder.java 78 private TrustAnchor trustAnchor;
155 trustAnchor = null;
185 cf.generateCertPath(certPathList), trustAnchor,
325 if (builder.trustAnchor.getTrustedCert() == null) {
347 checkers.add(new AlgorithmChecker(builder.trustAnchor));
352 if (builder.trustAnchor.getTrustedCert() == null) {
353 rootKey = builder.trustAnchor.getCAPublicKey();
360 TrustAnchor anchor = new TrustAnchor
    [all...]
  /external/conscrypt/platform/src/main/java/org/conscrypt/
TrustManagerImpl.java 54 import java.security.cert.TrustAnchor;
118 * An index of TrustAnchor instances that we've seen.
255 private static Set<TrustAnchor> trustAnchors(X509Certificate[] certs) {
256 Set<TrustAnchor> trustAnchors = new HashSet<TrustAnchor>(certs.length);
258 trustAnchors.add(new TrustAnchor(cert, null));
482 ArrayList<TrustAnchor> trustedChain = new ArrayList<TrustAnchor>();
487 TrustAnchor leafAsAnchor = findTrustAnchorBySubjectAndPublicKey(leaf);
524 ArrayList<X509Certificate> untrustedChain, ArrayList<TrustAnchor> trustAnchorChain
    [all...]
  /external/nist-pkits/src/libcore/java/security/cert/
X509CertificateNistPkitsTest.java 33 import java.security.cert.TrustAnchor;
156 Set<TrustAnchor> anchors = new HashSet<TrustAnchor>();
157 anchors.add(new TrustAnchor(trustedCA, null));
170 private void assertInvalidPath(String trustAnchor, String[] certs, String[] crls)
172 assertInvalidPath(trustAnchor, certs, certs, crls);
175 private void assertInvalidPath(String trustAnchor, String[] path, String[] certs,
180 PKIXParameters params = getTestPathParams(f, trustAnchor, certs, crls);
192 private void assertValidPath(String trustAnchor, String[] certs, String[] crls)
195 assertValidPath(trustAnchor, certs, certs, crls)
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.3.0/
okhttp-3.3.0.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.4.1/
okhttp-3.4.1.jar 
  /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/com/squareup/okhttp/okhttp/2.7.4/
okhttp-2.7.4.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 
  /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 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-0.jar 
android-all-6.0.1_r3-robolectric-r1.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 

Completed in 329 milliseconds

1 2 3