Searched refs:formattedCertString (Results 1 – 1 of 1) sorted by relevance
330 String formattedCertString = certString.replaceAll("\\s+", "\n"); in getCertificateBytes() local331 formattedCertString = formattedCertString.replaceAll( in getCertificateBytes()333 formattedCertString = formattedCertString.replaceAll( in getCertificateBytes()335 return formattedCertString.getBytes(UTF_8); in getCertificateBytes()