Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/security/
DAttestationVerificationPeerDeviceVerifier.java317 for (String certString : getTrustAnchorResources()) { in getTrustAnchors()
320 new ByteArrayInputStream(getCertificateBytes(certString))), null)); in getTrustAnchors()
329 private byte[] getCertificateBytes(String certString) { in getCertificateBytes() argument
330 String formattedCertString = certString.replaceAll("\\s+", "\n"); in getCertificateBytes()