Home
last modified time | relevance | path

Searched defs:trustedSubjectDNs (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DForwardBuilder.java67 private final Set<X500Principal> trustedSubjectDNs; field in ForwardBuilder
434 private final Set<X500Principal> trustedSubjectDNs; field in ForwardBuilder.PKIXCertComparator
437 PKIXCertComparator(Set<X500Principal> trustedSubjectDNs, in PKIXCertComparator()