Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DIkev2VpnProfile.java691 private static X509Certificate certificateFromPemString(@Nullable String certStr) in certificateFromPemString() argument
693 if (certStr == null || EMPTY_CERT.equals(certStr)) { in certificateFromPemString()
699 Credentials.convertFromPem(certStr.getBytes(StandardCharsets.US_ASCII)); in certificateFromPemString()