Class Time

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.cms.Time
All Implemented Interfaces:
ASN1Choice, ASN1Encodable

public class Time
extends ASN1Object
implements ASN1Choice
  • Constructor Details

    • Time

      public Time​(ASN1Primitive time)
    • Time

      public Time​(Date date)
      creates a time object from a given date - if the date is between 1950 and 2049 a UTCTime object is generated, otherwise a GeneralizedTime is used.
  • Method Details