Class JKSHelper


  • public class JKSHelper
    extends java.lang.Object
    Helper methods for handling JKS and JKS password files. Please see here for further reference: https://docs.oracle.com/cd/E19509-01/820-3503/6nf1il6ek/index.html
    • Constructor Summary

      Constructors 
      Constructor Description
      JKSHelper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String loadPasswordFrom​(java.lang.String zkTrustStorePasswordPath)  
      • Methods inherited from class java.lang.Object

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

      • JKSHelper

        public JKSHelper()
    • Method Detail

      • loadPasswordFrom

        public static java.lang.String loadPasswordFrom​(java.lang.String zkTrustStorePasswordPath)