Searched refs:certName (Results 1 – 3 of 3) sorted by relevance
749 String certName = Support_Resources.getURL("test.cert"); in test_initWithCertificate() local750 InputStream is = new URL(certName).openConnection().getInputStream(); in test_initWithCertificate()779 String certName = Support_Resources.getURL("test.cert"); in test_initWithCertificateSecureRandom() local780 InputStream is = new URL(certName).openConnection().getInputStream(); in test_initWithCertificateSecureRandom()921 String certName = Support_Resources.getURL("test.cert"); in test_wrap_java_security_Key() local922 InputStream is = new URL(certName).openConnection().getInputStream(); in test_wrap_java_security_Key()
1272 for (String certName : VARIOUS_CERTS) {1273 X509Certificate expected = getCertificate(f, certName);1291 assertEquals(certName, expected, actual);
2335 GeneralNameInterface certName = (t.next()).getName(); in matchSubjectAlternativeNames() local2336 found = certName.equals(matchName); in matchSubjectAlternativeNames()