Home
last modified time | relevance | path

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

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