Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/tests/security/cert/
DCertificateFactory1Test.java388 colCrl = certFs[i].generateCRLs(null); in testCertificateFactory10()
402 certFs[i].generateCRLs(is); in testCertificateFactory10()
403 colCrl = certFs[i].generateCRLs(null); in testCertificateFactory10()
465 colCrl = certFs[i].generateCRLs(is); in testCertificateFactory11()
645 cf.generateCRLs(null); in testCertificateFactory17()
654 cf.generateCRLs(null); in testCertificateFactory17()
DCertificateFactory2Test.java143 certFactory.generateCRLs(null); in checkResult()
149 Collection<? extends CRL> colc = certFactory.generateCRLs(dis); in checkResult()
DCertificateFactory4Test.java146 Collection<? extends CRL> crls = fact.generateCRLs(is); in test_generateCRLsLjava_io_InputStream()
/libcore/ojluni/src/main/java/java/security/cert/
DCertificateFactory.java560 public final Collection<? extends CRL> generateCRLs(InputStream inStream) in generateCRLs() method in CertificateFactory