Skip to content

Instantly share code, notes, and snippets.

View Viterzgir's full-sized avatar

Serge Viterzgir

  • Kyiv
View GitHub Profile
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.");