Searched refs:storeAnchors (Results 1 – 2 of 2) sorted by relevance
920 Set<X509Certificate> storeAnchors = trustedCertificateStore.findAllIssuers(cert); in findAllTrustAnchorsByIssuerAndSignature() local921 if (storeAnchors.isEmpty()) { in findAllTrustAnchorsByIssuerAndSignature()924 Set<TrustAnchor> result = new HashSet<TrustAnchor>(storeAnchors.size()); in findAllTrustAnchorsByIssuerAndSignature()925 for (X509Certificate storeCert : storeAnchors) { in findAllTrustAnchorsByIssuerAndSignature()
934 Set<X509Certificate> storeAnchors = trustedCertificateStore.findAllIssuers(cert); in findAllTrustAnchorsByIssuerAndSignature() local935 if (storeAnchors.isEmpty()) { in findAllTrustAnchorsByIssuerAndSignature()938 Set<TrustAnchor> result = new HashSet<TrustAnchor>(storeAnchors.size()); in findAllTrustAnchorsByIssuerAndSignature()939 for (X509Certificate storeCert : storeAnchors) { in findAllTrustAnchorsByIssuerAndSignature()