Package | Description |
---|---|
java.security | |
java.security.cert | |
java.text | |
java.util |
Modifier and Type | Method and Description |
---|---|
abstract Date |
KeyStoreSpi.engineGetCreationDate(String var0) |
Date |
KeyStore.getCreationDate(String var0) |
Modifier and Type | Method and Description |
---|---|
abstract Date |
X509CRL.getNextUpdate() |
abstract Date |
X509Certificate.getNotAfter() |
abstract Date |
X509Certificate.getNotBefore() |
abstract Date |
X509CRLEntry.getRevocationDate() |
abstract Date |
X509CRL.getThisUpdate() |
Modifier and Type | Method and Description |
---|---|
abstract void |
X509Certificate.checkValidity(Date var0) |
Modifier and Type | Method and Description |
---|---|
Date |
SimpleDateFormat.get2DigitYearStart() |
Date |
DateFormat.parse(String var0) |
Date |
SimpleDateFormat.parse(String var0,
ParsePosition var1) |
abstract Date |
DateFormat.parse(String var0,
ParsePosition var1) |
Modifier and Type | Method and Description |
---|---|
String |
DateFormat.format(Date var0) |
StringBuffer |
SimpleDateFormat.format(Date var0,
StringBuffer var1,
FieldPosition var2) |
abstract StringBuffer |
DateFormat.format(Date var0,
StringBuffer var1,
FieldPosition var2) |
void |
SimpleDateFormat.set2DigitYearStart(Date var0) |
Modifier and Type | Method and Description |
---|---|
Date |
GregorianCalendar.getGregorianChange() |
Date |
Calendar.getTime() |
Modifier and Type | Method and Description |
---|---|
boolean |
Date.after(Date var0) |
boolean |
Date.before(Date var0) |
int |
Date.compareTo(Date var0) |
abstract boolean |
TimeZone.inDaylightTime(Date var0) |
boolean |
SimpleTimeZone.inDaylightTime(Date var0) |
void |
Timer.schedule(TimerTask var0,
Date var1) |
void |
Timer.schedule(TimerTask var0,
Date var1,
long var2) |
void |
Timer.scheduleAtFixedRate(TimerTask var0,
Date var1,
long var2) |
void |
GregorianCalendar.setGregorianChange(Date var0) |
void |
Calendar.setTime(Date var0) |
Copyright © 2006–2013 OSGi Alliance. All rights reserved.