Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/tests/security/cert/
DCertificateRevocationExceptionTest.java116 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());
DX509CRLEntryTest.java73 public Date getRevocationDate() { in getRevocationDate() method in X509CRLEntryTest.TBTCRLEntry
108 assertNull(tbt_crlentry.getRevocationDate()); in testX509CRLEntry()
195 tbt.getRevocationDate(); in testAbstractMethods()
/libcore/ojluni/src/main/java/java/security/cert/
DX509CRLEntry.java160 public abstract Date getRevocationDate(); in getRevocationDate() method in X509CRLEntry
DCertificateRevokedException.java110 public Date getRevocationDate() { in getRevocationDate() method in CertificateRevokedException
/libcore/ojluni/annotations/hiddenapi/sun/security/x509/
DX509CRLEntryImpl.java83 public java.util.Date getRevocationDate() { in getRevocationDate() method in X509CRLEntryImpl
/libcore/luni/src/test/java/libcore/java/security/cert/
DX509CRLTest.java395 assertDateSlightlyBefore(expectedDate, rsaEntry.getRevocationDate()); in assertRsaCrlEntry()
413 assertDateSlightlyBefore(expectedDate, dsaEntry.getRevocationDate()); in assertDsaCrlEntry()
/libcore/ojluni/src/main/java/sun/security/x509/
DX509CRLEntryImpl.java231 public Date getRevocationDate() { in getRevocationDate() method in X509CRLEntryImpl
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DRevocationChecker.java655 Date revocationDate = entry.getRevocationDate();
/libcore/api/
Dcurrent.txt8253 method public java.util.Date getRevocationDate();
8427 method public abstract java.util.Date getRevocationDate();