Type Params | Return Type | Name and description |
---|---|---|
|
static java.lang.String |
getKeyStorePassword() Returns KeyStore Password specified in the ReadyAPI Preferences or in the ReadyAPI system properties |
|
static java.lang.String |
getKeyStoreUrl() Returns KeyStore URL specified in the ReadyAPI Preferences or in the ReadyAPI system properties |
|
static java.security.KeyStore |
getReadyApiKeystore() Loads and returns key store based on the ReadyAPI Preferences and ReadyAPI system properties. |
|
static java.security.KeyStore |
getReadyApiKeystore(Logger logger) Loads and returns key store based on the ReadyAPI Preferences and ReadyAPI system properties. |
|
static javax.net.ssl.X509ExtendedTrustManager |
getTrustAllManager() Returns a TrustManager which trusts all certificates |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Returns KeyStore Password specified in the ReadyAPI Preferences or in the ReadyAPI system properties
Returns KeyStore URL specified in the ReadyAPI Preferences or in the ReadyAPI system properties
Loads and returns key store based on the ReadyAPI Preferences and ReadyAPI system properties.
Loads and returns key store based on the ReadyAPI Preferences and ReadyAPI system properties.
Returns a TrustManager which trusts all certificates