org.codehaus.mojo.keytool
Class KeyToolUtil

java.lang.Object
  extended by org.codehaus.mojo.keytool.KeyToolUtil

public class KeyToolUtil
extends Object

Util methods for keytool.

Since:
1.1
Author:
tchemit

Method Summary
static 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
 

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.


Copyright © 2005-2012 Codehaus. All Rights Reserved.