
es.uji.crypto.xades.jxades.security.xml.XAdES.ValidationResult Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jxades Show documentation
Show all versions of jxades Show documentation
Lightweight Java library implementing BES, EPES and T profiles of XAdES 1.4.1 XML signature format
The newest version!
package es.uji.crypto.xades.jxades.security.xml.XAdES;
import org.w3c.dom.Node;
/*
*/
/**
*
* @author miro
*/
public class ValidationResult
extends XAdESStructure
{
public ValidationResult(Node node, String xadesPrefix, String xadesNamespace, String xmlSignaturePrefix)
{
super(node, xadesPrefix, xadesNamespace, xmlSignaturePrefix);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy