Home
last modified time | relevance | path

Searched refs:formattedCertString (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/security/
DAttestationVerificationPeerDeviceVerifier.java330 String formattedCertString = certString.replaceAll("\\s+", "\n"); in getCertificateBytes() local
331 formattedCertString = formattedCertString.replaceAll( in getCertificateBytes()
333 formattedCertString = formattedCertString.replaceAll( in getCertificateBytes()
335 return formattedCertString.getBytes(UTF_8); in getCertificateBytes()