com.xebialabs.deployit.util
Class DeployitKeyStore

java.lang.Object
  extended by com.xebialabs.deployit.util.DeployitKeyStore

public class DeployitKeyStore
extends java.lang.Object


Method Summary
static void generateRandomKeyStore(java.io.File parentDir, java.lang.String password)
           
static javax.crypto.SecretKey getPasswordEncryptionKey()
           
static void load(char[] password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

generateRandomKeyStore

public static void generateRandomKeyStore(java.io.File parentDir,
                                          java.lang.String password)

load

public static void load(char[] password)

getPasswordEncryptionKey

public static javax.crypto.SecretKey getPasswordEncryptionKey()