Home
last modified time | relevance | path

Searched refs:GeneralSubtree (Results 1 – 9 of 9) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/x509/
DGeneralSubtrees.java49 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 …]
DGeneralSubtree.java45 public class GeneralSubtree { class
63 public GeneralSubtree(GeneralName name, int min, int max) { in GeneralSubtree() method in GeneralSubtree
74 public GeneralSubtree(DerValue val) throws IOException { in GeneralSubtree() method in GeneralSubtree
148 if (!(other instanceof GeneralSubtree)) in equals()
150 GeneralSubtree otherGS = (GeneralSubtree)other; in equals()
DNameConstraintsExtension.java94 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()
/libcore/ojluni/src/test/java/security/cert/
DX509CertSelectorTest.java65 import sun.security.x509.GeneralSubtree;
436 Iterator<GeneralSubtree> e = excluded.iterator(); in testPathToName()
438 GeneralSubtree tree = e.next(); in testPathToName()
458 Iterator<GeneralSubtree> e = permitted.iterator(); in testPathToName()
460 GeneralSubtree tree = e.next(); in testPathToName()
561 private static GeneralSubtree getGeneralSubtree(GeneralNameInterface gni) { in getGeneralSubtree()
565 GeneralSubtree subTree = new GeneralSubtree(gn, 0, -1); in getGeneralSubtree()
/libcore/support/src/test/java/libcore/java/security/
DTestKeyStore.java65 import org.bouncycastle.asn1.x509.GeneralSubtree;
369 private final List<GeneralSubtree> permittedNameConstraints
370 = new ArrayList<GeneralSubtree>();
371 private final List<GeneralSubtree> excludedNameConstraints
372 = 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 …]
/libcore/ojluni/src/main/java/java/security/cert/
DX509CertSelector.java2495 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()
/libcore/luni/src/test/java/tests/security/cert/
DTrustAnchorTest.java26 import com.android.org.bouncycastle.asn1.x509.GeneralSubtree;
/libcore/
Dopenjdk_java_files.bp1866 "ojluni/src/main/java/sun/security/x509/GeneralSubtree.java",
DEXPECTED_UPSTREAM1764 …c/main/java/sun/security/x509/GeneralSubtree.java,jdk8u/jdk8u121-b13,jdk/src/share/classes/sun/sec…