Home
last modified time | relevance | path

Searched refs:isSelfIssuedCertificate (Results 1 – 1 of 1) sorted by relevance

/external/conscrypt/src/platform/java/org/conscrypt/
DTrustedCertificateStore.java392 private static boolean isSelfIssuedCertificate(OpenSSLX509Certificate cert) { in isSelfIssuedCertificate() method in TrustedCertificateStore
436 if (isSelfIssuedCertificate(cert)) { in getCertificateChain()