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

org.openfact.ubl.UBLSigner Maven / Gradle / Ivy

The newest version!
package org.openfact.ubl;

import org.openfact.models.OrganizationModel;
import org.w3c.dom.Document;

public interface UBLSigner {

    Document sign(Document document, OrganizationModel organization);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy