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

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

package es.uji.crypto.xades.jxades.security.xml.XAdES;

import java.util.List;

/**
 *
 * @author miro
 */
public interface CompleteRevocationRefs
{
    public List getOCSPRefs();
    public List getCRLRefs();
    public ValidationResult getValidationResult();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy