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

  /libcore/luni/src/main/java/java/util/jar/
JarVerifier.java 466 Certificate[] certChain = certificates.get(signatureFileName);
467 if (certChain != null) {
468 for (Certificate element : certChain) {
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JDKKeyStore.java 101 Certificate[] certChain;
111 this.certChain = null;
117 Certificate[] certChain)
122 this.certChain = certChain;
129 Certificate[] certChain)
134 this.certChain = certChain;
180 Certificate[] certChain)
186 this.certChain = certChain
    [all...]
JDKPKCS12KeyStore.java 424 Certificate[] certChain = new Certificate[cs.size()];
426 for (int i = 0; i != certChain.length; i++)
428 certChain[i] = (Certificate)cs.elementAt(i);
431 return certChain;
    [all...]
  /external/chromium/net/third_party/nss/ssl/
ssl3con.c     [all...]

Completed in 686 milliseconds