OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:algorithmChecker
(Results
1 - 3
of
3
) sorted by null
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
ReverseState.java
101
AlgorithmChecker
algorithmChecker
;
233
// The user specified
AlgorithmChecker
and RevocationChecker may not be
237
if (checker instanceof
AlgorithmChecker
) {
238
((
AlgorithmChecker
)checker).trySetTrustAnchor(anchor);
ReverseBuilder.java
483
currentState.
algorithmChecker
.check(cert, unresolvedCritExts);
/libcore/ojluni/src/main/java/sun/security/validator/
PKIXValidator.java
35
import sun.security.provider.certpath.
AlgorithmChecker
;
214
AlgorithmChecker
algorithmChecker
= null;
216
algorithmChecker
= new
AlgorithmChecker
(constraints);
217
pkixParameters.addCertPathChecker(
algorithmChecker
);
Completed in 128 milliseconds