Bouncy Castle Cryptography 1.51

org.bouncycastle.asn1
Class DERGeneralizedTime

java.lang.Object
  extended by org.bouncycastle.asn1.ASN1Object
      extended by org.bouncycastle.asn1.ASN1Primitive
          extended by org.bouncycastle.asn1.ASN1GeneralizedTime
              extended by org.bouncycastle.asn1.DERGeneralizedTime
All Implemented Interfaces:
ASN1Encodable

public class DERGeneralizedTime
extends ASN1GeneralizedTime

DER Generalized time object.


Constructor Summary
DERGeneralizedTime(java.util.Date time)
           
DERGeneralizedTime(java.lang.String time)
           
 
Method Summary
 
Methods inherited from class org.bouncycastle.asn1.ASN1GeneralizedTime
getDate, getInstance, getInstance, getTime, getTimeString, hashCode
 
Methods inherited from class org.bouncycastle.asn1.ASN1Primitive
equals, fromByteArray, toASN1Primitive
 
Methods inherited from class org.bouncycastle.asn1.ASN1Object
getEncoded, getEncoded, hasEncodedTagValue, toASN1Object
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DERGeneralizedTime

public DERGeneralizedTime(java.util.Date time)

DERGeneralizedTime

public DERGeneralizedTime(java.lang.String time)

Bouncy Castle Cryptography 1.51