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