Searched refs:verifyCertChain (Results 1 – 1 of 1) sorted by relevance
127 return isSelfSignedCertificate(rootCert) && verifyCertChain(rootCert, certChain); in isCertChainValid()130 private static boolean verifyCertChain(X509Certificate rootCert, X509Certificate[] certChain) in verifyCertChain() method in X509Utils