Searched refs:unmodTrustAnchors (Results 1 – 1 of 1) sorted by relevance
88 private Set<TrustAnchor> unmodTrustAnchors; field in PKIXParameters173 return this.unmodTrustAnchors; in getTrustAnchors()209 this.unmodTrustAnchors = Collections.unmodifiableSet in setTrustAnchors()700 if (unmodTrustAnchors != null) { in toString()701 sb.append(" Trust Anchors: " + unmodTrustAnchors.toString() in toString()