Class KeyToolUtil


  • public class KeyToolUtil
    extends java.lang.Object
    Util methods for keytool.
    Since:
    1.1
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private KeyToolUtil()
      Prevent instanciation of util class.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.io.File getJRECACerts()
      Constructs the operating system specific File path of the JRE cacerts file.
      • Methods inherited from class java.lang.Object

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

      • KeyToolUtil

        private KeyToolUtil()
        Prevent instanciation of util class.
    • Method Detail

      • getJRECACerts

        public static java.io.File getJRECACerts()
        Constructs the operating system specific File path of the JRE cacerts file.
        Returns:
        a File representing the path to the command.