Java org.bouncycastle.asn1.cms Time fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.asn1.cms Time fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.asn1.cms Time.

The text is from its open source code.

Constructor

Time(ASN1Primitive time)
Time(Date time)
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

DategetDate()
Get java.util.Date version of date+time.
TimegetInstance(Object obj)
Return a Time object from the given object.