|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Validity The validity field in a SPKI certificate. Can consist of a not-before date, a not-after date and a list of on-line tests. All these are optional.
Method Summary | |
java.util.Date |
getNotAfter()
|
java.util.Date |
getNotBefore()
|
OnlineTest |
getOnlineTest()
|
boolean |
test()
Tests if validity is true. |
Methods inherited from interface fi.hut.tcm.spki.Composite |
add,
check,
get,
get,
iterator,
remove,
size |
Method Detail |
public java.util.Date getNotBefore()
public java.util.Date getNotAfter()
public OnlineTest getOnlineTest()
public boolean test()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |