Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/security/
H A DAttestationVerificationPeerDeviceVerifier.java293 String formattedCertString = certString.replaceAll("\\s+", "\n"); in getCertificateBytes() local
294 formattedCertString = formattedCertString.replaceAll( in getCertificateBytes()
296 formattedCertString = formattedCertString.replaceAll( in getCertificateBytes()
298 return formattedCertString.getBytes(UTF_8); in getCertificateBytes()