Home | History | Annotate | Download | only in cert

Lines Matching defs:crl

236         assertFalse("The CRL should not be equals to the object which is not "
259 TBTCRL crl = new TBTCRL() {
265 assertEquals(new X500Principal("CN=Z"), crl.getIssuerX500Principal());
294 TBTCRL crl = new TBTCRL() {
301 crl.getEncoded();
302 crl.getIssuerDN();
303 crl.getNextUpdate();
304 crl.getRevokedCertificate(BigInteger.ONE);
305 crl.getRevokedCertificates();
306 crl.getSigAlgName();
307 crl.getSigAlgOID();
308 crl.getSigAlgParams();
309 crl.getSignature();
310 crl.getTBSCertList();
311 crl.getThisUpdate();
312 crl.getVersion();
314 crl.verify(null);
315 crl.verify(null, "test");
323 TBTCRL crl = new TBTCRL();
324 assertTrue(crl instanceof X509CRL);