Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DAlgorithmChecker.java394 X509CRLImpl x509CRLImpl = null; in check() local
396 x509CRLImpl = X509CRLImpl.toImpl(crl); in check()
401 AlgorithmId algorithmId = x509CRLImpl.getSigAlgId(); in check()