Class SecretUtils


  • public final class SecretUtils
    extends java.lang.Object
    Utility class for handling secret such as key/trust store password
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static char[] readSecret​(java.lang.String pathToFile)  
      • Methods inherited from class java.lang.Object

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

      • readSecret

        public static char[] readSecret​(java.lang.String pathToFile)