com.redstarhackers.craftsman.util
Class KeyToolUtil

java.lang.Object
  extended by com.redstarhackers.craftsman.util.KeyToolUtil

public class KeyToolUtil
extends java.lang.Object

TODO Class summary sentence. Class documentation.

Version:
$Revision: 600 $
Author:
$Author: kostya $

Field Summary
static java.lang.String CODE_SIGNING_ALIAS
           
static java.lang.String KEY_ALIAS
           
static java.lang.String KEY_PASS
           
static java.lang.String KEY_STORE
           
static java.lang.String KEY_STORE_PASS
           
 
Method Summary
static java.util.Properties getKeyProperties(MessageLogger logger, Module module)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY_ALIAS

public static final java.lang.String KEY_ALIAS
See Also:
Constant Field Values

CODE_SIGNING_ALIAS

public static final java.lang.String CODE_SIGNING_ALIAS
See Also:
Constant Field Values

KEY_STORE

public static final java.lang.String KEY_STORE
See Also:
Constant Field Values

KEY_STORE_PASS

public static final java.lang.String KEY_STORE_PASS
See Also:
Constant Field Values

KEY_PASS

public static final java.lang.String KEY_PASS
See Also:
Constant Field Values
Method Detail

getKeyProperties

public static java.util.Properties getKeyProperties(MessageLogger logger,
                                                    Module module)