|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mozilla.jss.asn1.TimeBase
org.mozilla.jss.asn1.GeneralizedTime
public class GeneralizedTime
The ASN.1 type GeneralizedTime
Nested Class Summary | |
---|---|
static class |
GeneralizedTime.Template
A class for decoding GeneralizedTime s. |
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()
|
protected boolean |
isUTC()
|
Methods inherited from class org.mozilla.jss.asn1.TimeBase |
---|
encode, encode, toDate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.mozilla.jss.asn1.ASN1Value |
---|
encode, encode |
Field Detail |
---|
public static final Tag TAG
Constructor Detail |
---|
public GeneralizedTime(java.util.Date date)
GeneralizedTime
from a Date.
Method Detail |
---|
public Tag getTag()
ASN1Value
getTag
in interface ASN1Value
getTag
in class TimeBase
protected boolean isUTC()
isUTC
in class TimeBase
public static GeneralizedTime.Template getTemplate()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |