public static class UTCTime.Template extends TimeBase.Template implements ASN1Template
Constructor and Description |
---|
Template() |
Modifier and Type | Method and Description |
---|---|
protected TimeBase |
generateInstance(java.util.Date date) |
protected Tag |
getTag() |
protected boolean |
isUTC() |
boolean |
tagMatch(Tag tag)
Determines whether the given tag will satisfy this template.
|
decode, decode
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
decode, decode
protected Tag getTag()
getTag
in class TimeBase.Template
public boolean tagMatch(Tag tag)
ASN1Template
tagMatch
in interface ASN1Template
tagMatch
in class TimeBase.Template
protected boolean isUTC()
isUTC
in class TimeBase.Template
protected TimeBase generateInstance(java.util.Date date)
generateInstance
in class TimeBase.Template