OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:algorithmChecker
(Results
1 - 4
of
4
) sorted by null
/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
);
/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);
SunCertPathBuilder.java
258
currentState.
algorithmChecker
= new
AlgorithmChecker
(anchor);
429
checkers.add(new
AlgorithmChecker
(builder.trustAnchor));
499
//
AlgorithmChecker
may not be
501
if (currChecker instanceof
AlgorithmChecker
) {
502
((
AlgorithmChecker
)currChecker).
[
all
...]
Completed in 70 milliseconds