Searched refs:GeneralSubtree (Results 1 – 7 of 7) sorted by relevance
49 private final List<GeneralSubtree> trees;62 trees = new ArrayList<GeneralSubtree>(); in GeneralSubtrees()66 trees = new ArrayList<GeneralSubtree>(source.trees); in GeneralSubtrees()81 GeneralSubtree tree = new GeneralSubtree(opt); in GeneralSubtrees()86 public GeneralSubtree get(int index) { in get()94 public void add(GeneralSubtree tree) { in add()101 public boolean contains(GeneralSubtree tree) { in contains()112 public Iterator<GeneralSubtree> iterator() { in iterator()116 public List<GeneralSubtree> trees() { in trees()178 private static GeneralNameInterface getGeneralNameInterface(GeneralSubtree gs) { in getGeneralNameInterface()[all …]
45 public class GeneralSubtree { class63 public GeneralSubtree(GeneralName name, int min, int max) { in GeneralSubtree() method in GeneralSubtree74 public GeneralSubtree(DerValue val) throws IOException { in GeneralSubtree() method in GeneralSubtree148 if (!(other instanceof GeneralSubtree)) in equals()150 GeneralSubtree otherGS = (GeneralSubtree)other; in equals()
94 GeneralSubtree subtree = excluded.get(i); in calcMinMax()104 GeneralSubtree subtree = permitted.get(i); in calcMinMax()499 GeneralSubtree gs = excluded.get(i); in verify()529 GeneralSubtree gs = permitted.get(i); in verify()
65 import org.bouncycastle.asn1.x509.GeneralSubtree;369 private final List<GeneralSubtree> permittedNameConstraints370 = new ArrayList<GeneralSubtree>();371 private final List<GeneralSubtree> excludedNameConstraints372 = new ArrayList<GeneralSubtree>();456 permittedNameConstraints.add(new GeneralSubtree(generalName)); in addNameConstraint()458 excludedNameConstraints.add(new GeneralSubtree(generalName)); in addNameConstraint()659 new ArrayList<GeneralSubtree>(), in createCa()660 new ArrayList<GeneralSubtree>(), in createCa()677 List<GeneralSubtree> permittedNameConstraints, in createCertificate()[all …]
2495 for (Iterator<GeneralSubtree> t = excluded.iterator(); t.hasNext(); ) { in matchExcluded()2496 GeneralSubtree tree = t.next(); in matchExcluded()2530 Iterator<GeneralSubtree> t = permitted.iterator(); in matchPermitted()2535 GeneralSubtree tree = t.next(); in matchPermitted()
26 import com.android.org.bouncycastle.asn1.x509.GeneralSubtree;
1745 "ojluni/src/main/java/sun/security/x509/GeneralSubtree.java",