Searched refs:getRevocationDate (Results 1 – 9 of 9) sorted by relevance
116 Date firstDate = exception.getRevocationDate();117 assertNotSame(firstDate, exception.getRevocationDate());120 assertTrue(firstDate.compareTo(exception.getRevocationDate()) > 0);164 assertEquals(expected.getRevocationDate(), actual.getRevocationDate());165 assertNotSame(expected.getRevocationDate(), actual.getRevocationDate());
73 public Date getRevocationDate() { in getRevocationDate() method in X509CRLEntryTest.TBTCRLEntry108 assertNull(tbt_crlentry.getRevocationDate()); in testX509CRLEntry()195 tbt.getRevocationDate(); in testAbstractMethods()
160 public abstract Date getRevocationDate(); in getRevocationDate() method in X509CRLEntry
110 public Date getRevocationDate() { in getRevocationDate() method in CertificateRevokedException
83 public java.util.Date getRevocationDate() { in getRevocationDate() method in X509CRLEntryImpl
395 assertDateSlightlyBefore(expectedDate, rsaEntry.getRevocationDate()); in assertRsaCrlEntry()413 assertDateSlightlyBefore(expectedDate, dsaEntry.getRevocationDate()); in assertDsaCrlEntry()
231 public Date getRevocationDate() { in getRevocationDate() method in X509CRLEntryImpl
655 Date revocationDate = entry.getRevocationDate();
8253 method public java.util.Date getRevocationDate();8427 method public abstract java.util.Date getRevocationDate();