Package org.bouncycastle.asn1
Class DERGeneralizedTime
- java.lang.Object
-
- org.bouncycastle.asn1.ASN1Object
-
- org.bouncycastle.asn1.ASN1Primitive
-
- org.bouncycastle.asn1.ASN1GeneralizedTime
-
- org.bouncycastle.asn1.DERGeneralizedTime
-
- All Implemented Interfaces:
ASN1Encodable,Encodable
public class DERGeneralizedTime extends ASN1GeneralizedTime
DER Generalized time object.
-
-
Constructor Summary
Constructors Constructor Description DERGeneralizedTime(String time)DERGeneralizedTime(Date 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
-
-