Bouncy Castle Cryptography 1.33

org.bouncycastle.asn1.cms
Class Time

java.lang.Object
  extended byorg.bouncycastle.asn1.cms.Time
All Implemented Interfaces:
ASN1Choice, DEREncodable

public class Time
extends java.lang.Object
implements DEREncodable, ASN1Choice


Constructor Summary
Time(DERObject time)
           
 
Method Summary
 DERObject getDERObject()
           Time ::= CHOICE { utcTime UTCTime, generalTime GeneralizedTime }
static Time getInstance(ASN1TaggedObject obj, boolean explicit)
           
static Time getInstance(java.lang.Object obj)
           
 java.lang.String getTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Time

public Time(DERObject time)
Method Detail

getInstance

public static Time getInstance(ASN1TaggedObject obj,
                               boolean explicit)

getInstance

public static Time getInstance(java.lang.Object obj)

getTime

public java.lang.String getTime()

getDERObject

public DERObject getDERObject()
 Time ::= CHOICE {
             utcTime        UTCTime,
             generalTime    GeneralizedTime }
 

Specified by:
getDERObject in interface DEREncodable

Bouncy Castle Cryptography 1.33