Package com.biglybt.core.util.jar
Class AEJarSigner2
- java.lang.Object
-
- com.biglybt.core.util.jar.AEJarSigner2
-
public class AEJarSigner2 extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
alias
protected static java.lang.Class
JarSigner_class
protected java.lang.String
keystore_name
protected java.lang.String
keystore_password
-
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)
-
-
-
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
-
-