Home
last modified time | relevance | path

Searched refs:certName (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
DCipherTest.java749 String certName = Support_Resources.getURL("test.cert"); in test_initWithCertificate() local
750 InputStream is = new URL(certName).openConnection().getInputStream(); in test_initWithCertificate()
779 String certName = Support_Resources.getURL("test.cert"); in test_initWithCertificateSecureRandom() local
780 InputStream is = new URL(certName).openConnection().getInputStream(); in test_initWithCertificateSecureRandom()
921 String certName = Support_Resources.getURL("test.cert"); in test_wrap_java_security_Key() local
922 InputStream is = new URL(certName).openConnection().getInputStream(); in test_wrap_java_security_Key()
/libcore/luni/src/test/java/libcore/java/security/cert/
DX509CertificateTest.java1272 for (String certName : VARIOUS_CERTS) {
1273 X509Certificate expected = getCertificate(f, certName);
1291 assertEquals(certName, expected, actual);
/libcore/ojluni/src/main/java/java/security/cert/
DX509CertSelector.java2335 GeneralNameInterface certName = (t.next()).getName(); in matchSubjectAlternativeNames() local
2336 found = certName.equals(matchName); in matchSubjectAlternativeNames()