Searched defs:trustAnchors (Results 1 – 8 of 8) sorted by relevance
67 public SunCertPathBuilderParameters(Set<TrustAnchor> trustAnchors, in SunCertPathBuilderParameters()
75 Set<TrustAnchor> trustAnchors, in getCRLs()94 Set<TrustAnchor> trustAnchors, in getCRLs()149 Set<TrustAnchor> trustAnchors, Date validity) in getCRLs()320 Set<TrustAnchor> trustAnchors, List<CertStore> certStores, in verifyCRL()
170 Set<TrustAnchor> trustAnchors() { in trustAnchors() method in PKIX.ValidatorParams
67 private final Set<TrustAnchor> trustAnchors; field in ForwardBuilder
101 public PKIXBuilderParameters(Set<TrustAnchor> trustAnchors, CertSelector in PKIXBuilderParameters()
117 public PKIXParameters(Set<TrustAnchor> trustAnchors) in PKIXParameters()192 public void setTrustAnchors(Set<TrustAnchor> trustAnchors) in setTrustAnchors()
449 Set<TrustAnchor> trustAnchors = new HashSet<TrustAnchor>(); in test_initLjavax_net_ssl_ManagerFactoryParameters() local
83 Set<TrustAnchor> trustAnchors = new HashSet<TrustAnchor>(); in PKIXValidator() local