235236237238239240241242243244245
private Map _getDNChains(Content content, boolean check) throws IOException { X509Certificate[] certificates = null; certificates = getCertificates(new BundleInputStream(content), check); if (certificates == null) { return null; }