Searched refs:certString (Results 1 – 1 of 1) sorted by relevance
317 for (String certString : getTrustAnchorResources()) { in getTrustAnchors()320 new ByteArrayInputStream(getCertificateBytes(certString))), null)); in getTrustAnchors()329 private byte[] getCertificateBytes(String certString) { in getCertificateBytes() argument330 String formattedCertString = certString.replaceAll("\\s+", "\n"); in getCertificateBytes()