Class AEJarSigner2


  • public class AEJarSigner2
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      AEJarSigner2​(java.lang.String _alias, java.lang.String _keystore_name, java.lang.String _keystore_password)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void loadJarSigner()  
      protected void signJarFile​(java.io.File input_file)  
      void signJarFile​(java.io.File file, java.io.OutputStream os)  
      void signJarStream​(java.io.InputStream is, java.io.OutputStream os)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • JarSigner_class

        protected static java.lang.Class JarSigner_class
      • keystore_name

        protected final java.lang.String keystore_name
      • keystore_password

        protected final java.lang.String keystore_password
      • alias

        protected final java.lang.String alias
    • Constructor Detail

      • AEJarSigner2

        public AEJarSigner2​(java.lang.String _alias,
                            java.lang.String _keystore_name,
                            java.lang.String _keystore_password)
    • Method Detail

      • loadJarSigner

        protected void loadJarSigner()
                              throws java.io.IOException
        Throws:
        java.io.IOException
      • signJarFile

        protected void signJarFile​(java.io.File input_file)
                            throws java.io.IOException
        Throws:
        java.io.IOException
      • signJarFile

        public void signJarFile​(java.io.File file,
                                java.io.OutputStream os)
                         throws java.io.IOException
        Throws:
        java.io.IOException
      • signJarStream

        public void signJarStream​(java.io.InputStream is,
                                  java.io.OutputStream os)
                           throws java.io.IOException
        Throws:
        java.io.IOException