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

  /external/conscrypt/src/platform/java/org/conscrypt/
TrustManagerImpl.java 33 import java.security.cert.TrustAnchor;
81 * An index of TrustAnchor instances that we've seen. Unlike the
192 private static Set<TrustAnchor> trustAnchors(X509Certificate[] certs) {
193 Set<TrustAnchor> trustAnchors = new HashSet<TrustAnchor>(certs.length);
195 trustAnchors.add(new TrustAnchor(cert, null));
260 Set<TrustAnchor> trustAnchor = new HashSet<TrustAnchor>(); // there can only be one!
261 X509Certificate[] newChain = cleanupCertChainAndFindTrustAnchors(chain, trustAnchor);
    [all...]
  /external/nist-pkits/src/libcore/java/security/cert/
X509CertificateNistPkitsTest.java 33 import java.security.cert.TrustAnchor;
138 Set<TrustAnchor> anchors = new HashSet<TrustAnchor>();
139 anchors.add(new TrustAnchor(trustedCA, null));
147 private void assertInvalidPath(String trustAnchor, String[] certs, String[] crls)
151 PKIXParameters params = getTestPathParams(f, trustAnchor, certs, crls);
163 private void assertValidPath(String trustAnchor, String[] certs, String[] crls)
168 PKIXParameters params = getTestPathParams(f, trustAnchor, certs, crls);
179 String trustAnchor = "TrustAnchorRootCertificate.crt";
191 assertValidPath(trustAnchor, certs, crls)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 173 milliseconds