com.threerings.getdown.tools
Class Digester

java.lang.Object
  extended by com.threerings.getdown.tools.Digester

public class Digester
extends Object

Handles the generation of the digest.txt file.


Constructor Summary
Digester()
           
 
Method Summary
static void createDigest(File appdir)
          Creates a digest file in the specified application directory.
static void main(String[] args)
          A command line entry point for the digester.
static void signDigest(File appdir, File storePath, String storePass, String storeAlias)
          Creates a digest file in the specified application directory.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Digester

public Digester()
Method Detail

main

public static void main(String[] args)
                 throws IOException,
                        GeneralSecurityException
A command line entry point for the digester.

Throws:
IOException
GeneralSecurityException

createDigest

public static void createDigest(File appdir)
                         throws IOException
Creates a digest file in the specified application directory.

Throws:
IOException

signDigest

public static void signDigest(File appdir,
                              File storePath,
                              String storePass,
                              String storeAlias)
                       throws IOException,
                              GeneralSecurityException
Creates a digest file in the specified application directory.

Throws:
IOException
GeneralSecurityException


Copyright © 2013. All Rights Reserved.