Package org.codehaus.mojo.keytool
Class KeyToolUtil
- java.lang.Object
-
- org.codehaus.mojo.keytool.KeyToolUtil
-
public class KeyToolUtil extends Object
Util methods for keytool.- Since:
- 1.1
- Author:
- tchemit
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FilegetJRECACerts()Constructs the operating system specific File path of the JRE cacerts file.
-
-
-
Method Detail
-
getJRECACerts
public static File getJRECACerts()
Constructs the operating system specific File path of the JRE cacerts file.- Returns:
- a File representing the path to the command.
-
-