< prev index next >

modules/jdk.packager/src/main/java/com/sun/javafx/tools/packager/JarSignature.java

Print this page

        

*** 78,88 **** --- 78,91 ---- * Validation mode: * - create new instance using JarSignature.load() * - add entries using updateWithEntry() * - use isValid() to validate result * - use getCodeSigners() to get list of code signers used + * + * @Deprecated */ + @Deprecated public class JarSignature { //name of jar manifest attribute that contains signature public static final String BLOB_SIGNATURE = "META-INF/SIGNATURE.BSF"; private final Signature sig;
< prev index next >