Bouncy Castle Cryptography Library 1.48

org.bouncycastle.asn1
Class ASN1GeneralizedTime

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

public class ASN1GeneralizedTime
extends DERGeneralizedTime


Constructor Summary
ASN1GeneralizedTime(java.util.Date time)
           
ASN1GeneralizedTime(java.lang.String time)
           
 
Method Summary
 
Methods inherited from class org.bouncycastle.asn1.DERGeneralizedTime
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

ASN1GeneralizedTime

public ASN1GeneralizedTime(java.util.Date time)

ASN1GeneralizedTime

public ASN1GeneralizedTime(java.lang.String time)

Bouncy Castle Cryptography Library 1.48