Class ASN1UTCTime

  • All Implemented Interfaces:
    ASN1Constants

    public final class ASN1UTCTime
    extends ASN1Time
    This class represents ASN.1 UTCTime type
    • Field Detail

      • UTC_HM

        public static final int UTC_HM
        Length for the pattern: YYMMDDhhmm'Z'
        See Also:
        Constant Field Values
      • UTC_HMS

        public static final int UTC_HMS
        Length for the pattern: YYMMDDhhmmss'Z'
        See Also:
        Constant Field Values
      • UTC_LOCAL_HM

        public static final int UTC_LOCAL_HM
        Length for the pattern: YYMMDDhhmm('+'/'-')hhmm
        See Also:
        Constant Field Values
      • UTC_LOCAL_HMS

        public static final int UTC_LOCAL_HMS
        Length for the pattern: YYMMDDhhmmss('+'/'-')hhmm
        See Also:
        Constant Field Values
    • Constructor Detail

      • ASN1UTCTime

        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. To get a default implementation it is recommended to use getInstance() method.