Class DeployitKeyStore


  • public class DeployitKeyStore
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      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()