Class DeployitKeys


  • public final class DeployitKeys
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      DeployitKeys()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static javax.crypto.SecretKey getPasswordEncryptionKey​(java.lang.String keystorePassword)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • DEFAULT_PASSWORD_ENCRYPTION_KEY

        public static final javax.crypto.SecretKey DEFAULT_PASSWORD_ENCRYPTION_KEY
    • Constructor Detail

      • DeployitKeys

        public DeployitKeys()
    • Method Detail

      • getPasswordEncryptionKey

        public static javax.crypto.SecretKey getPasswordEncryptionKey​(java.lang.String keystorePassword)