Class Signer

All Implemented Interfaces:
Constants, Registry, aQute.service.reporter.Report, aQute.service.reporter.Reporter, Closeable, AutoCloseable, Iterable<String>

public class Signer extends Processor
This class is used with the aQute.bnd.osgi package, it signs jars with DSA signature. -sign: md5, sha1
  • Constructor Details

    • Signer

      public Signer()
  • Method Details

    • signJar

      public void signJar(Jar jar)
    • setPassword

      public void setPassword(String string)
    • setKeystore

      public void setKeystore(File keystore)
    • setAlias

      public void setAlias(String string)