Searched defs:rootCert (Results 1 – 3 of 3) sorted by relevance
126 X509Certificate rootCert = certChain[certChain.length - 1]; in isCertChainValid() local130 private static boolean verifyCertChain(X509Certificate rootCert, X509Certificate[] certChain) in verifyCertChain()
102 X509Certificate rootCert = generateCertificateFromEncodedBytes(encodedRootCert); in testCertificateChains() local130 X509Certificate rootCert = generateCertificateFromEncodedBytes(encodedRootCert); in testCertChainSwapOAndCN() local
57 X509Certificate rootCert = certChain[certChain.length - 1]; in validateCertChain() local