Searched refs:certStr (Results 1 – 1 of 1) sorted by relevance
567 private static X509Certificate certificateFromPemString(@Nullable String certStr) in certificateFromPemString() argument569 if (certStr == null || EMPTY_CERT.equals(certStr)) { in certificateFromPemString()575 Credentials.convertFromPem(certStr.getBytes(StandardCharsets.US_ASCII)); in certificateFromPemString()