DERGeneralizedTime(String time) The correct format for this is YYYYMMDDHHMMSS[.f]Z, or without the Z
for local time, or Z+-HHMM on the end, for difference between local
time and UTC time.
The correct format for this is YYYYMMDDHHMMSS[.f]Z, or without the Z
for local time, or Z+-HHMM on the end, for difference between local
time and UTC time. The fractional second amount f must consist of at
least one number with trailing zeroes removed.
Parameters: time - the time string. exception: IllegalArgumentException - if String is an illegal format.
return a Generalized Time object from a tagged object.
Parameters: obj - the tagged object holding the object we want Parameters: explicit - true if the object is meant to be explicitlytagged false otherwise. exception: IllegalArgumentException - if the tagged object cannotbe converted.