Searched defs:trustAnchors (Results 1 – 5 of 5) sorted by relevance
65 private Set<TrustAnchor> trustAnchors; field in PKIXExtendedParameters.Builder174 public Builder setTrustAnchors(Set<TrustAnchor> trustAnchors) in setTrustAnchors()207 private final Set<TrustAnchor> trustAnchors; field in PKIXExtendedParameters
83 public ExtendedPKIXBuilderParameters(Set trustAnchors, in ExtendedPKIXBuilderParameters()
61 public ExtendedPKIXParameters(Set trustAnchors) in ExtendedPKIXParameters()
137 Set trustAnchors) in findTrustAnchor()159 Set trustAnchors, in findTrustAnchor()
255 private static Set<TrustAnchor> trustAnchors(X509Certificate[] certs) { in trustAnchors() method in TrustManagerImpl256 Set<TrustAnchor> trustAnchors = new HashSet<TrustAnchor>(certs.length); in trustAnchors() local