Searched refs:base64CertPath (Results 1 – 2 of 2) sorted by relevance
83 private static CertPath decodeCertPath(String base64CertPath) throws Exception { in decodeCertPath() argument84 byte[] certPathBytes = Base64.getDecoder().decode(base64CertPath); in decodeCertPath()
461 private static CertPath decodeCertPath(String base64CertPath) throws Exception { in decodeCertPath() argument462 byte[] certPathBytes = Base64.getDecoder().decode(base64CertPath); in decodeCertPath()