Searched refs:getInvalidityDate (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/security/cert/CertificateRevokedException/
H A DBasic.java69 // test getInvalidityDate returns invalidity date
70 Date invalidity = cre.getInvalidityDate();
72 throw new Exception("getInvalidityDate returned null");
75 throw new Exception("getInvalidityDate returned wrong date");
77 // test getInvalidityDate copies date
80 throw new Exception("getInvalidityDate did not return copy of date");
/openjdk7/jdk/src/share/classes/java/security/cert/
H A DCertificateRevokedException.java145 public Date getInvalidityDate() { method in class:CertificateRevokedException

Completed in 221 milliseconds