Home
last modified time | relevance | path

Searched defs:algorithmId (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DAlgorithmChecker.java272 AlgorithmId algorithmId; in check() local
401 AlgorithmId algorithmId = x509CRLImpl.getSigAlgId(); in check() local
411 static void check(PublicKey key, AlgorithmId algorithmId) in check()