Class ASN1GeneralizedTime

All Implemented Interfaces:
ASN1Constants

public final class ASN1GeneralizedTime
extends ASN1Time
This class represents ASN.1 GeneralizedTime type.
  • Constructor Details

    • ASN1GeneralizedTime

      public ASN1GeneralizedTime()
      Constructs ASN.1 GeneralizedTime type The constructor is provided for inheritance purposes when there is a need to create a custom ASN.1 GeneralizedTime type. To get a default implementation it is recommended to use getInstance() method.
  • Method Details