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