
eu.clarussecure.dataoperations.homomorphic.HomomorphicCommand Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dataoperations.homomorphic Show documentation
Show all versions of dataoperations.homomorphic Show documentation
CLARUS Homomorphoc encryption module
The newest version!
package eu.clarussecure.dataoperations.homomorphic;
import eu.clarussecure.dataoperations.Criteria;
import eu.clarussecure.dataoperations.DataOperationCommand;
import java.util.Map;
public class HomomorphicCommand extends DataOperationCommand {
public HomomorphicCommand(String[] attributeNames, String[] protectedAttributeNames, String[][] protectedContents,
Map mapping, Criteria[] criteria) {
this.protectedAttributeNames = protectedAttributeNames;
this.attributeNames = attributeNames;
this.extraBinaryContent = null;
this.extraProtectedAttributeNames = null;
this.protectedContents = protectedContents;
this.mapping = mapping;
this.criteria = criteria;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy