public static class UTCTime.Template extends TimeBase.Template implements ASN1Template
| Constructor and Description | 
|---|
UTCTime.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, 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.Templateprotected boolean isUTC()
isUTC in class TimeBase.Templateprotected TimeBase generateInstance(java.util.Date date)
generateInstance in class TimeBase.Template