mcne.asn1.solicitudrecibo
Class TimeW

java.lang.Object
  |
  +--mcne.asn1.solicitudrecibo.TimeW

public class TimeW
extends java.lang.Object


Constructor Summary
TimeW(java.util.Date tiempo)
          Construye una nueva instancia del tipo.
 
Method Summary
 org.bouncycastle.asn1.DERObject getDERObject()
          Construye la sequencia DER del objeto tiempo.
static TimeW getInstance(java.lang.Object obj)
          Instancia un objeto Time a partir de otro objeto Time
 java.util.Date getTime()
          Devuelve el tiempo almacenado en el objeto.
 void setTime(java.util.Date tiempo)
          Asigna el valor del tiempo (formato Date).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeW

public TimeW(java.util.Date tiempo)
Construye una nueva instancia del tipo.

Method Detail

getInstance

public static TimeW getInstance(java.lang.Object obj)
                         throws ConfigurationClientException
Instancia un objeto Time a partir de otro objeto Time

ConfigurationClientException

getTime

public java.util.Date getTime()
Devuelve el tiempo almacenado en el objeto.

Returns:
java.util.Data tiempo.

setTime

public void setTime(java.util.Date tiempo)
Asigna el valor del tiempo (formato Date).


getDERObject

public org.bouncycastle.asn1.DERObject getDERObject()
Construye la sequencia DER del objeto tiempo.

Returns:
org.bouncycastle.asn1.DERObject objeto DER con la secuencia.