This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.genuitec.eclipse.core.ui.preference; | |
import org.eclipse.core.runtime.Status; | |
import org.eclipse.osgi.signedcontent.SignedContent; | |
public class MECPListContentProvider { | |
public static final String[] signedPluginIDs = new String[]{"com.genuitec.eclipse.core"}; | |
protected Status verifyJarSignatures(String string, String string2) { | |
return new Status(0, string, "Signature chain is valid and from Genuitec."); |