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

  /external/conscrypt/testing/src/main/java/org/conscrypt/java/security/
TestKeyStore.java 374 private final List<GeneralSubtree> excludedNameConstraints =
465 excludedNameConstraints.add(new GeneralSubtree(generalName));
626 permittedNameConstraints, excludedNameConstraints, certificateSerialNumber);
673 List<GeneralSubtree> excludedNameConstraints, BigInteger serialNumber)
728 if (!permittedNameConstraints.isEmpty() || !excludedNameConstraints.isEmpty()) {
733 excludedNameConstraints.toArray(
734 new GeneralSubtree[excludedNameConstraints.size()])));
    [all...]
  /libcore/support/src/test/java/libcore/java/security/
TestKeyStore.java 371 private final List<GeneralSubtree> excludedNameConstraints
458 excludedNameConstraints.add(new GeneralSubtree(generalName));
617 permittedNameConstraints, excludedNameConstraints,
678 List<GeneralSubtree> excludedNameConstraints,
739 if (!permittedNameConstraints.isEmpty() || !excludedNameConstraints.isEmpty()) {
745 excludedNameConstraints.toArray(
747 excludedNameConstraints.size()])));
    [all...]

Completed in 825 milliseconds