Modifier and Type | Field and Description |
---|---|
static com.google.common.collect.ImmutableMap<String,String> |
PREFIXES |
Constructor and Description |
---|
CFDv22(Comprobante comprobante,
String... contexts) |
CFDv22(InputStream in,
String... contexts) |
Modifier and Type | Method and Description |
---|---|
void |
addNamespace(String uri,
String prefix) |
String |
getCadenaOriginal() |
void |
guardar(OutputStream out) |
static Comprobante |
newComprobante(InputStream in) |
void |
sellar(PrivateKey key,
X509Certificate cert) |
Comprobante |
sellarComprobante(PrivateKey key,
X509Certificate cert) |
void |
setTransformerFactory(TransformerFactory tf) |
void |
validar() |
void |
validar(ErrorHandler handler) |
void |
verificar() |
void |
verificar(Certificate cert) |
public CFDv22(InputStream in, String... contexts) throws Exception
Exception
public CFDv22(Comprobante comprobante, String... contexts) throws Exception
Exception
public void setTransformerFactory(TransformerFactory tf)
setTransformerFactory
in interface CFD
public void sellar(PrivateKey key, X509Certificate cert) throws Exception
public Comprobante sellarComprobante(PrivateKey key, X509Certificate cert) throws Exception
Exception
public void validar() throws Exception
public void validar(ErrorHandler handler) throws Exception
public void verificar() throws Exception
public void verificar(Certificate cert) throws Exception
public void guardar(OutputStream out) throws Exception
public String getCadenaOriginal() throws Exception
getCadenaOriginal
in interface CFD
Exception
public static Comprobante newComprobante(InputStream in) throws Exception
Exception
Copyright © 2010–2018. All rights reserved.