ASN1Templatepublic static class UTCTime.Template extends TimeBase.Template implements ASN1Template
| Constructor | Description |
|---|---|
Template() |
| Modifier and Type | Method | 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, decodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdecode, decodeprotected Tag getTag()
getTag in class TimeBase.Templatepublic boolean tagMatch(Tag tag)
ASN1TemplatetagMatch in interface ASN1TemplatetagMatch in class TimeBase.Templatetag - Tag.protected boolean isUTC()
isUTC in class TimeBase.Templateprotected TimeBase generateInstance(java.util.Date date)
generateInstance in class TimeBase.Template