| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.apache.xmlrpc.secure.SecurityTool
| Field Summary | |
protected static java.lang.String | 
securityProviderClass
Class name of the security provider to be used by the secure web server.  | 
| Constructor Summary | |
SecurityTool()
 | 
|
| Method Summary | |
static java.lang.String | 
getKeyManagerType()
Get the key manager type.  | 
static java.lang.String | 
getKeyStore()
Get the key store location.  | 
static java.lang.String | 
getKeyStorePassword()
Get the key store password.  | 
static java.lang.String | 
getKeyStoreType()
Get the key store format.  | 
static java.lang.String | 
getProtocolHandlerPackages()
Get the protocol handler packages.  | 
static java.lang.String | 
getSecurityProtocol()
Get the security protocol.  | 
static java.lang.String | 
getSecurityProviderClass()
Get the security provider class.  | 
static java.lang.String | 
getTrustStore()
Get the key store location.  | 
static java.lang.String | 
getTrustStorePassword()
Get the trust store password.  | 
static java.lang.String | 
getTrustStoreType()
Get the key store format.  | 
static void | 
setKeyManagerType(java.lang.String x)
Set the key manager type.  | 
static void | 
setKeyStore(java.lang.String x)
Set the key store location.  | 
static void | 
setKeyStorePassword(java.lang.String x)
Set the key store password.  | 
static void | 
setKeyStoreType(java.lang.String x)
Set the key store format.  | 
static void | 
setProtocolHandlerPackages(java.lang.String x)
Set the protocol handler packages.  | 
static void | 
setSecurityProtocol(java.lang.String x)
Set the security protocol.  | 
static void | 
setSecurityProviderClass(java.lang.String x)
Set the security provider class.  | 
static void | 
setTrustStore(java.lang.String x)
Set the key store location.  | 
static void | 
setTrustStorePassword(java.lang.String x)
Set the trust store password.  | 
static void | 
setTrustStoreType(java.lang.String x)
Set the key store format.  | 
static void | 
setup()
 | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
protected static java.lang.String securityProviderClass
| Constructor Detail | 
public SecurityTool()
| Method Detail | 
public static void setup()
                  throws java.lang.Exception
public static void setProtocolHandlerPackages(java.lang.String x)
String - protocol handler package.public static java.lang.String getProtocolHandlerPackages()
String - protocol handler package.public static void setSecurityProviderClass(java.lang.String x)
String - name of security provider class.public static java.lang.String getSecurityProviderClass()
public static void setKeyStorePassword(java.lang.String x)
String - key store password.public static void setSecurityProtocol(java.lang.String x)
String - security protocol.public static java.lang.String getSecurityProtocol()
public static void setKeyStore(java.lang.String x)
String - key store location.public static java.lang.String getKeyStore()
public static void setKeyStoreType(java.lang.String x)
String - key store format.public static java.lang.String getKeyStoreType()
public static java.lang.String getKeyStorePassword()
public static void setTrustStore(java.lang.String x)
String - key store location.public static java.lang.String getTrustStore()
public static void setTrustStoreType(java.lang.String x)
String - key store format.public static java.lang.String getTrustStoreType()
public static void setTrustStorePassword(java.lang.String x)
String - trust store password.public static java.lang.String getTrustStorePassword()
public static void setKeyManagerType(java.lang.String x)
String - key manager type.public static java.lang.String getKeyManagerType()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||