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

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

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.asn1.x509 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.
Time(Date time, Locale locale)
Creates a time object from a given date and locale - if the date is between 1950 and 2049 a UTCTime object is generated, otherwise a GeneralizedTime is used.

Method

DategetDate()
TimegetInstance(ASN1TaggedObject obj, boolean explicit)
TimegetInstance(Object obj)
StringgetTime()
ASN1PrimitivetoASN1Primitive()
Produce an object suitable for an ASN1OutputStream.