HomeSort by relevance Sort by last modified time
    Searched full:policyset (Results 1 - 5 of 5) sorted by null

  /packages/apps/Email/tests/src/com/android/email/
SecurityPolicyTests.java 104 * Create a Policy using the arguments formerly used to create a PolicySet; this minimizes the
105 * changes needed for re-using the PolicySet unit test logic
479 private boolean policySetEqualsPolicy(PolicySet ps, Policy policy) {
499 PolicySet ps = new PolicySet(flags);
503 ps = new PolicySet(flags);
507 ps = new PolicySet(flags);
513 * The old PolicySet class fields and constructor; we use this to test conversion to the
516 private static class PolicySet {
531 private PolicySet(long flags)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
PKIXCertPathValidatorSpi.java 178 Set policySet = new HashSet();
180 policySet.add(RFC3280CertPathUtilities.ANY_POLICY);
182 PKIXPolicyNode validPolicyTree = new PKIXPolicyNode(new ArrayList(), 0, policySet, null, new HashSet(),
CertPathValidatorUtilities.java 633 Set policySet)
635 return policySet == null || policySet.contains(ANY_POLICY) || policySet.isEmpty();
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
EmailServiceProxy.java 142 * include a PolicySet that is required by the account. A successful validation implies a host
  /libcore/ojluni/src/main/java/java/security/cert/
X509CertSelector.java 114 private Set<String> policySet;
    [all...]

Completed in 1127 milliseconds