Searched defs:anchors (Results 1 – 2 of 2) sorted by relevance
241 Set<TrustAnchor> anchors = Set.of(new TrustAnchor(rootCa, null)); in createPkixParams() local
86 private Set<TrustAnchor> anchors; field in PKIX.ValidatorParams