org.apache.xmlrpc.secure
public class SecurityTool extends Object implements SecurityConstants
Field Summary | |
---|---|
static String | keyManagerType
The type of key manager to be used by the
secure web server. |
static String | keyStore
Path to the key store that will be used by
the secure web server. |
static String | keyStorePassword
Password used to access the key store. |
static String | keyStoreType
Format to be used for the key store. |
static String | protocolHandlerPackages
The protocol handler package to use for
the secure web server. |
static String | securityProtocol
The security protocol to be used by the
secure web server. |
protected static String | securityProviderClass
Class name of the security provider to be
used by the secure web server. |
static String | trustStore
Path to the key store that will be used by
the secure web server. |
static String | trustStorePassword
Password used to access the key store. |
static String | trustStoreType
Format to be used for the key store. |
Method Summary | |
---|---|
static String | getKeyManagerType()
Get the key manager type.
|
static String | getKeyStore()
Get the key store location.
|
static String | getKeyStorePassword()
Get the key store password.
|
static String | getKeyStoreType()
Get the key store format.
|
static String | getProtocolHandlerPackages()
Get the protocol handler packages.
|
static String | getSecurityProtocol()
Get the security protocol.
|
static String | getSecurityProviderClass()
Get the security provider class.
|
static String | getTrustStore()
Get the key store location.
|
static String | getTrustStorePassword()
Get the trust store password.
|
static String | getTrustStoreType()
Get the key store format.
|
static void | setKeyManagerType(String x)
Set the key manager type.
|
static void | setKeyStore(String x)
Set the key store location.
|
static void | setKeyStorePassword(String x)
Set the key store password.
|
static void | setKeyStoreType(String x)
Set the key store format.
|
static void | setProtocolHandlerPackages(String x)
Set the protocol handler packages.
|
static void | setSecurityProtocol(String x)
Set the security protocol.
|
static void | setSecurityProviderClass(String x)
Set the security provider class.
|
static void | setTrustStore(String x)
Set the key store location.
|
static void | setTrustStorePassword(String x)
Set the trust store password.
|
static void | setTrustStoreType(String x)
Set the key store format.
|
static void | setup() |
Returns: String key manager type.
Returns: String key store location.
Returns: String key store password.
Returns: String key store format.
Parameters: String protocol handler package.
Returns: String security protocol.
Returns: String name of security provider class.
Returns: String key store location.
Returns: String trust store password.
Returns: String key store format.
Parameters: String key manager type.
Parameters: String key store location.
Parameters: String key store password.
Parameters: String key store format.
Parameters: String protocol handler package.
Parameters: String security protocol.
Parameters: String name of security provider class.
Parameters: String key store location.
Parameters: String trust store password.
Parameters: String key store format.