Uses of Class
pasn.ASN1Time

Packages that use ASN1Time
pasn ASN.1 types and common interfaces 
 

Uses of ASN1Time in pasn
 

Subclasses of ASN1Time in pasn
 class ASN1GeneralizedTime
          An ASN.1 GeneralizedTime is an extension to UTC time to allow the whole year representation (and not last 2 digits).
 class ASN1UTCTime
          An ASN.1 UTCTime represents date and time, 2-digit year.
 

Methods in pasn that return ASN1Time
static ASN1Time ASN1Time.getAppropriateTime()
           Returns either an UTC time or a Generalized time depending on date constraints.
static ASN1Time ASN1Time.getAppropriateTime(java.util.Date value)
           Returns either an UTC time or a Generalized time depending on date constraints.
static ASN1Time ASN1Time.getAppropriateTime(java.lang.String value)
           Given a string representation of a time value, returns the appropriate ASN.1 time object depending on the number of digits used to express the given value