p2ps.imp.peer
Class SecurityUtils

java.lang.Object
  extended byp2ps.imp.peer.SecurityUtils

public class SecurityUtils
extends java.lang.Object

A utility class for standard security functions.

Version:
$Revision: 295 $
Author:
Ian Wang

Field Summary
static java.lang.String KEY_TOOL_PROPERTY
           
static java.lang.String OPENSSL_PROPERTY
           
 
Constructor Summary
SecurityUtils()
           
 
Method Summary
static java.lang.String getKeyToolCommand()
           
static java.lang.String getOpenSSLCommand()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY_TOOL_PROPERTY

public static final java.lang.String KEY_TOOL_PROPERTY
See Also:
Constant Field Values

OPENSSL_PROPERTY

public static final java.lang.String OPENSSL_PROPERTY
See Also:
Constant Field Values
Constructor Detail

SecurityUtils

public SecurityUtils()
Method Detail

getKeyToolCommand

public static java.lang.String getKeyToolCommand()
Returns:
the key tool command

getOpenSSLCommand

public static java.lang.String getOpenSSLCommand()
Returns:
the openssl command