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

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

Introduction

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

The text is from its open source code.

Constructor

ASN1UTCTime(String time)
The correct format for this is YYMMDDHHMMSSZ (it used to be that seconds were never encoded.
ASN1UTCTime(Date time)
Base constructor from a java.util.date object
ASN1UTCTime(byte[] time)

Method

DategetDate()
Return the time as a date based on whatever a 2 digit year will return.
ASN1UTCTimegetInstance(Object obj)
Return an UTC Time from the passed in object.
StringgetTime()
Return the time - always in the form of YYMMDDhhmmssGMT(+hh:mm|-hh:mm).