Searched defs:decodeBase64Cert (Results 1 – 2 of 2) sorted by relevance
37 public static X509Certificate decodeBase64Cert(String string) throws CertificateException { in decodeBase64Cert() method in X509CertificateParsingUtils
285 private static X509Certificate decodeBase64Cert(String str) { in decodeBase64Cert() method in TestData