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

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

Introduction

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

The text is from its open source code.

Constructor

ASN1GeneralizedTime(String time)
The correct format for this is YYYYMMDDHHMMSS[.f]Z, or without the Z for local time, or Z+-HHMM on the end, for difference between local time and UTC time.
ASN1GeneralizedTime(Date time)
Base constructor from a java.util.date object
ASN1GeneralizedTime(byte[] bytes)

Method

DategetDate()
ASN1GeneralizedTimegetInstance(Object obj)
return a generalized time from the passed in object
StringgetTime()
return the time - always in the form of YYYYMMDDhhmmssGMT(+hh:mm|-hh:mm).
StringgetTimeString()
Return the time.