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

/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DPolicyChecker.java430 List<PolicyInformation> policyInfo;
451 policyInfo = (List<PolicyInformation>)
465 for (PolicyInformation curPolInfo : policyInfo) {
861 List<PolicyInformation> policyInfo = null;
863 policyInfo = (List<PolicyInformation>)
871 for (PolicyInformation curPolInfo : policyInfo) {
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DPolicyFile.java302 private AtomicReference<PolicyInfo> policyInfo = new AtomicReference<>(); field in class:PolicyFile
465 policyInfo.set(newInfo);
1126 PolicyInfo pi = policyInfo.get();
1271 PolicyInfo pi = policyInfo.get();

Completed in 36 milliseconds