Searched defs:anchors (Results 1 – 6 of 6) sorted by relevance
47 public TrustedCertificateIndex(Set<TrustAnchor> anchors) { in TrustedCertificateIndex()51 private void index(Set<TrustAnchor> anchors) { in index()73 List<TrustAnchor> anchors = subjectToTrustAnchors.get(subject); in index() local97 public void reset(Set<TrustAnchor> anchors) { in reset()107 List<TrustAnchor> anchors = subjectToTrustAnchors.get(issuer); in findByIssuerAndSignature() local133 List<TrustAnchor> anchors = subjectToTrustAnchors.get(subject); in findBySubjectAndPublicKey() local142 Collection<TrustAnchor> anchors) { in findBySubjectAndPublicKey()179 List<TrustAnchor> anchors = subjectToTrustAnchors.get(issuer); in findAllByIssuerAndSignature() local
548 Set<TrustAnchor> anchors = findAllTrustAnchorsByIssuerAndSignature(current); in checkTrustedRecursive() local781 private static Collection<TrustAnchor> sortPotentialAnchors(Set<TrustAnchor> anchors) { in sortPotentialAnchors()
59 private Map<Node, String> anchors; field in Serializer
51 private final Map<String, Node> anchors; field in Composer
607 static Prog::Anchor anchors[] = { variable
156 Set<TrustAnchor> anchors = new HashSet<TrustAnchor>(); in getTestPathParams() local