mcne.asn1.solicitudrecibo
Class DocumentoW

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

public class DocumentoW
extends java.lang.Object


Constructor Summary
DocumentoW(org.bouncycastle.asn1.ASN1Sequence seq)
           
DocumentoW(java.lang.String id, byte[] resumen)
          Construye una nueva instancia del tipo con el nombre en blanco.
 
Method Summary
 org.bouncycastle.asn1.DERObject getDERObject()
           
 java.lang.String getId()
           
static DocumentoW getInstance(java.lang.Object obj)
           
 byte[] getResumen()
           
 void setId(java.lang.String id)
           
 void setResumen(byte[] resumen)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentoW

public DocumentoW(java.lang.String id,
                  byte[] resumen)
           throws ClienteNotarioException
Construye una nueva instancia del tipo con el nombre en blanco.


DocumentoW

public DocumentoW(org.bouncycastle.asn1.ASN1Sequence seq)
           throws ClienteNotarioException
Method Detail

getInstance

public static DocumentoW getInstance(java.lang.Object obj)
                              throws ClienteNotarioException
ClienteNotarioException

getResumen

public byte[] getResumen()

getId

public java.lang.String getId()

setResumen

public void setResumen(byte[] resumen)

setId

public void setId(java.lang.String id)

getDERObject

public org.bouncycastle.asn1.DERObject getDERObject()