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