org.mozilla.jss.asn1

Class UTCTime

Implemented Interfaces:
ASN1Value

public class UTCTime
extends TimeBase
implements ASN1Value

Nested Class Summary

static class
UTCTime.Template

Nested classes/interfaces 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

UTCTime(Date date)

Method Summary

Tag
getTag()
static UTCTime.Template
getTemplate()
protected boolean
isUTC()

Methods inherited from class org.mozilla.jss.asn1.TimeBase

encode, encode, getTag, isUTC, toDate

Field Details

TAG

public static final Tag TAG

Constructor Details

UTCTime

public UTCTime(Date date)

Method Details

getTag

public Tag getTag()
Specified by:
getTag in interface ASN1Value
Overrides:
getTag in interface TimeBase


getTemplate

public static UTCTime.Template getTemplate()


isUTC

protected boolean isUTC()
Overrides:
isUTC in interface TimeBase