org.gudy.azureus2.core3.util.jar
Class AEJarSigner2

java.lang.Object
  extended by org.gudy.azureus2.core3.util.jar.AEJarSigner2

public class AEJarSigner2
extends Object

Author:
parg

Field Summary
protected  String alias
           
protected static Class JarSigner_class
           
protected  String keystore_name
           
protected  String keystore_password
           
 
Constructor Summary
AEJarSigner2(String _alias, String _keystore_name, String _keystore_password)
           
 
Method Summary
protected  void loadJarSigner()
           
protected  void signJarFile(File input_file)
           
 void signJarFile(File file, OutputStream os)
           
 void signJarStream(InputStream is, 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 Class JarSigner_class

keystore_name

protected final String keystore_name

keystore_password

protected final String keystore_password

alias

protected final String alias
Constructor Detail

AEJarSigner2

public AEJarSigner2(String _alias,
                    String _keystore_name,
                    String _keystore_password)
Method Detail

loadJarSigner

protected void loadJarSigner()
                      throws IOException
Throws:
IOException

signJarFile

protected void signJarFile(File input_file)
                    throws IOException
Throws:
IOException

signJarFile

public void signJarFile(File file,
                        OutputStream os)
                 throws IOException
Throws:
IOException

signJarStream

public void signJarStream(InputStream is,
                          OutputStream os)
                   throws IOException
Throws:
IOException