Searched defs:certStr (Results 1 – 2 of 2) sorted by relevance
80 private static X509Certificate getAttestationRecord(String certStr) throws CertificateException { in getAttestationRecord()
682 String certStr = j.getString(WifiEnterpriseConfig.CA_CERT_KEY); in genWifiEnterpriseConfig() local688 String certStr = j.getString(WifiEnterpriseConfig.CLIENT_CERT_KEY); in genWifiEnterpriseConfig() local939 private static X509Certificate strToX509Cert(String certStr) throws CertificateException { in strToX509Cert()