org.mozilla.jss.asn1

Class GeneralizedTime

public class GeneralizedTime extends TimeBase implements ASN1Value

The ASN.1 type GeneralizedTime
Nested Class Summary
static classGeneralizedTime.Template
A class for decoding GeneralizedTimes.
Field Summary
static TagTAG
Constructor Summary
GeneralizedTime(Date date)
Creates a GeneralizedTime from a Date.
Method Summary
TaggetTag()
static GeneralizedTime.TemplategetTemplate()
protected booleanisUTC()

Field Detail

TAG

public static final Tag TAG

Constructor Detail

GeneralizedTime

public GeneralizedTime(Date date)
Creates a GeneralizedTime from a Date.

Method Detail

getTag

public Tag getTag()

getTemplate

public static GeneralizedTime.Template getTemplate()

isUTC

protected boolean isUTC()