JSS 3.1.2

org.mozilla.jss.asn1
Class UTCTime

java.lang.Object
  |
  +--org.mozilla.jss.asn1.TimeBase
        |
        +--org.mozilla.jss.asn1.UTCTime
All Implemented Interfaces:
ASN1Value

public class UTCTime
extends TimeBase
implements ASN1Value


Inner Class Summary
static class UTCTime.Template
           
 
Inner classes inherited from class org.mozilla.jss.asn1.TimeBase
TimeBase.Template
 
Field Summary
static Tag TAG
           
private static UTCTime.Template templateInstance
           
 
Fields inherited from class org.mozilla.jss.asn1.TimeBase
date, FORM
 
Constructor Summary
UTCTime(java.util.Date date)
           
 
Method Summary
 Tag getTag()
          Returns the base tag for this type, not counting any tags that may be imposed on it by its context.
static UTCTime.Template getTemplate()
           
protected  boolean isUTC()
           
 
Methods inherited from class org.mozilla.jss.asn1.TimeBase
encode, encode, toDate
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 
Methods inherited from interface org.mozilla.jss.asn1.ASN1Value
encode, encode
 

Field Detail

TAG

public static final Tag TAG

templateInstance

private static final UTCTime.Template templateInstance
Constructor Detail

UTCTime

public UTCTime(java.util.Date date)
Method Detail

getTag

public Tag getTag()
Description copied from interface: ASN1Value
Returns the base tag for this type, not counting any tags that may be imposed on it by its context.
Specified by:
getTag in interface ASN1Value
Overrides:
getTag in class TimeBase

isUTC

protected boolean isUTC()
Overrides:
isUTC in class TimeBase

getTemplate

public static UTCTime.Template getTemplate()

JSS 3.1.2