org.apache.directory.shared.asn1.der
Class DERGeneralizedTime
java.lang.Object
org.apache.directory.shared.asn1.der.DERObject
org.apache.directory.shared.asn1.der.DERString
org.apache.directory.shared.asn1.der.DERGeneralizedTime
- All Implemented Interfaces:
- DEREncodable
public class DERGeneralizedTime
- extends DERString
DER Generalized time object.
Fields inherited from class org.apache.directory.shared.asn1.der.DERObject |
tag, value |
valueOf
public static DERGeneralizedTime valueOf(Date date)
- Static factory method, type-conversion operator.
getDate
public Date getDate()
throws ParseException
- Lazy accessor
- Returns:
- Date representation of this DER Generalized Time
- Throws:
ParseException
Copyright © 2004-2012. All Rights Reserved.