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