Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/tests/security/cert/
DCertificateFactory1Test.java352 Collection<?> colCrl; in testCertificateFactory10() local
388 colCrl = certFs[i].generateCRLs(null); in testCertificateFactory10()
389 if (colCrl != null) { in testCertificateFactory10()
390 … assertTrue("Not empty CRL collection was returned from null stream", colCrl.isEmpty()); in testCertificateFactory10()
403 colCrl = certFs[i].generateCRLs(null); in testCertificateFactory10()
404 if (colCrl != null) { in testCertificateFactory10()
405 … assertTrue("Not empty CRL collection was returned from empty stream", colCrl.isEmpty()); in testCertificateFactory10()
438 Collection<?> colCrl; in testCertificateFactory11() local
465 colCrl = certFs[i].generateCRLs(is); in testCertificateFactory11()
466 if (colCrl != null) { in testCertificateFactory11()
[all …]