Searched refs:formattedCertString (Results 1 – 1 of 1) sorted by relevance
293 String formattedCertString = certString.replaceAll("\\s+", "\n"); in getCertificateBytes() local294 formattedCertString = formattedCertString.replaceAll( in getCertificateBytes()296 formattedCertString = formattedCertString.replaceAll( in getCertificateBytes()298 return formattedCertString.getBytes(UTF_8); in getCertificateBytes()