|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--mcne.util.TimeStampDecoder
Constructor Summary | |
TimeStampDecoder()
Creates a new instance of TimeStampDecoder |
Method Summary | |
static TimeStampResp |
decodeTimeStampResp(byte[] sello)
Decodifica un Sello de Tiempo obtenido del Notario Electrónico |
static java.util.Date |
getFechaYHoraSelloTiempo(TimeStampResp tsr)
Devuelve la fecha y hora LOCAL del sello de tiempo. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TimeStampDecoder()
Method Detail |
public static TimeStampResp decodeTimeStampResp(byte[] sello) throws java.lang.Exception
sello
- Sello de Tiempo en formato DER
java.lang.Exception
public static java.util.Date getFechaYHoraSelloTiempo(TimeStampResp tsr) throws ClienteNotarioException
LOCAL
del sello de tiempo.
tsr
- Sello de Tiempo
ClienteNotarioException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |