mx.bigdata.sat.common
Interface CFD

All Known Subinterfaces:
CFD2, CFDI
All Known Implementing Classes:
CFDv2, CFDv22, CFDv3, CFDv32

public interface CFD


Method Summary
 String getCadenaOriginal()
           
 void guardar(OutputStream out)
           
 void sellar(PrivateKey key, X509Certificate cert)
           
 void setTransformerFactory(TransformerFactory tf)
           
 void validar()
           
 void validar(ErrorHandler handler)
           
 void verificar()
           
 

Method Detail

setTransformerFactory

void setTransformerFactory(TransformerFactory tf)

sellar

void sellar(PrivateKey key,
            X509Certificate cert)
            throws Exception
Throws:
Exception

validar

void validar()
             throws Exception
Throws:
Exception

validar

void validar(ErrorHandler handler)
             throws Exception
Throws:
Exception

verificar

void verificar()
               throws Exception
Throws:
Exception

guardar

void guardar(OutputStream out)
             throws Exception
Throws:
Exception

getCadenaOriginal

String getCadenaOriginal()
                         throws Exception
Throws:
Exception


Copyright © 2010-2013. All Rights Reserved.