Bouncy Castle Cryptography Library 1.81

org.bouncycastle.asn1
Class DERUTCTime

java.lang.Object
  extended byorg.bouncycastle.asn1.ASN1Object
      extended byorg.bouncycastle.asn1.ASN1Primitive
          extended byorg.bouncycastle.asn1.ASN1UTCTime
              extended byorg.bouncycastle.asn1.DERUTCTime
All Implemented Interfaces:
ASN1Encodable, Encodable

public class DERUTCTime
extends ASN1UTCTime

DER UTC time object.


Constructor Summary
DERUTCTime(java.util.Date time)
           
DERUTCTime(java.lang.String time)
           
 
Methods inherited from class org.bouncycastle.asn1.ASN1UTCTime
getAdjustedDate, getAdjustedTime, getDate, getInstance, getInstance, getTime, hashCode, toString
 
Methods inherited from class org.bouncycastle.asn1.ASN1Primitive
encodeTo, encodeTo, equals, equals, equals, fromByteArray, toASN1Primitive
 
Methods inherited from class org.bouncycastle.asn1.ASN1Object
getEncoded, getEncoded, hasEncodedTagValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DERUTCTime

public DERUTCTime(java.util.Date time)

DERUTCTime

public DERUTCTime(java.lang.String time)

Bouncy Castle Cryptography Library 1.81