|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xmlrpc.secure.SecurityTool
public class SecurityTool
Field Summary | |
---|---|
private static java.lang.String |
keyManagerType
The type of key manager to be used by the secure web server. |
private static java.lang.String |
keyStore
Path to the key store that will be used by the secure web server. |
private static java.lang.String |
keyStorePassword
Password used to access the key store. |
private static java.lang.String |
keyStoreType
Format to be used for the key store. |
private static java.lang.String |
protocolHandlerPackages
The protocol handler package to use for the secure web server. |
private static java.lang.String |
securityProtocol
The security protocol to be used by the secure web server. |
protected static java.lang.String |
securityProviderClass
Class name of the security provider to be used by the secure web server. |
private static java.lang.String |
trustStore
Path to the key store that will be used by the secure web server. |
private static java.lang.String |
trustStorePassword
Password used to access the key store. |
private static java.lang.String |
trustStoreType
Format to be used for the key store. |
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
private static java.lang.String securityProtocol
private static java.lang.String keyStorePassword
private static java.lang.String keyStoreType
private static java.lang.String keyStore
private static java.lang.String trustStorePassword
private static java.lang.String trustStoreType
private static java.lang.String trustStore
private static java.lang.String keyManagerType
private static java.lang.String protocolHandlerPackages
Constructor Detail |
---|
public SecurityTool()
Method Detail |
---|
public static void setup() throws java.lang.Exception
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: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |