|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.mozilla.jss.asn1.TimeBase | +--org.mozilla.jss.asn1.GeneralizedTime
The ASN.1 type GeneralizedTime
Inner Class Summary | |
static class |
GeneralizedTime.Template
A class for decoding GeneralizedTime s. |
Inner classes inherited from class org.mozilla.jss.asn1.TimeBase |
TimeBase.Template |
Field Summary | |
static Tag |
TAG
|
Fields inherited from class org.mozilla.jss.asn1.TimeBase |
FORM |
Constructor Summary | |
GeneralizedTime(java.util.Date date)
Creates a GeneralizedTime from a Date. |
Method Summary | |
Tag |
getTag()
Returns the base tag for this type, not counting any tags that may be imposed on it by its context. |
static GeneralizedTime.Template |
getTemplate()
|
Methods inherited from class org.mozilla.jss.asn1.TimeBase |
encode,
encode,
toDate |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public static final Tag TAG
Constructor Detail |
public GeneralizedTime(java.util.Date date)
GeneralizedTime
from a Date.Method Detail |
public Tag getTag()
public static GeneralizedTime.Template getTemplate()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |