Searched refs:currState (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DForwardBuilder.java133 ForwardState currState = (ForwardState) currentState;
145 if (currState.isInitial()) {
146 getMatchingEECerts(currState, certStores, certs);
148 getMatchingCACerts(currState, certStores, certs);
671 ForwardState currState = (ForwardState)currentState;
674 currState.untrustedChecker.check(cert, Collections.<String>emptySet());
721 for (PKIXCertPathChecker checker : currState.forwardCheckers) {
774 if (currState.isInitial()) {
807 if (!currState.keyParamsNeeded())
811 currState
[all...]
H A DReverseBuilder.java110 (State currState, List<CertStore> certStores)
113 ReverseState currentState = (ReverseState) currState;
333 void verifyCert(X509Certificate cert, State currState, argument
343 ReverseState currentState = (ReverseState) currState;
109 getMatchingCerts(State currState, List<CertStore> certStores) argument

Completed in 32 milliseconds