| |
|
| java.lang.Object org.apache.harmony.security.asn1.ASN1Type org.apache.harmony.security.asn1.ASN1StringType org.apache.harmony.security.asn1.ASN1Time org.apache.harmony.security.asn1.ASN1UTCTime
ASN1UTCTime | public class ASN1UTCTime extends ASN1Time (Code) | | This class represents ASN.1 UTCTime type
See Also: http://asn1.elibel.tm.fr/en/standards/index.htm |
Constructor Summary | |
public | ASN1UTCTime() Constructs ASN.1 UTCTime type
The constructor is provided for inheritance purposes
when there is a need to create a custom ASN.1 UTCTime type. |
UTC_HM | final public static int UTC_HM(Code) | | Length for the pattern: YYMMDDhhmm'Z'
|
UTC_HMS | final public static int UTC_HMS(Code) | | Length for the pattern: YYMMDDhhmmss'Z'
|
UTC_LOCAL_HM | final public static int UTC_LOCAL_HM(Code) | | Length for the pattern: YYMMDDhhmm('+'/'-')hhmm
|
UTC_LOCAL_HMS | final public static int UTC_LOCAL_HMS(Code) | | Length for the pattern: YYMMDDhhmmss('+'/'-')hhmm
|
ASN1UTCTime | public ASN1UTCTime()(Code) | | Constructs ASN.1 UTCTime type
The constructor is provided for inheritance purposes
when there is a need to create a custom ASN.1 UTCTime type.
To get a default implementation it is recommended to use
getInstance() method.
|
getInstance | public static ASN1UTCTime getInstance()(Code) | | Returns ASN.1 UTCTime type default implementation
The default implementation works with encoding
that is represented as Date object.
ASN.1 UTCTime type default implementation |
|
|
|