package com.wj.dexknife.shell.apkparser.bean; /** * @author dongliu */ public enum ApkSignStatus { notSigned, incorrect, signed }