All Downloads are FREE. Search and download functionalities are using the official Maven repository.

es.uji.crypto.xades.jxades.security.xml.XAdES.ValidationResult Maven / Gradle / Ivy

Go to download

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