new SSLSupport(delegate)
SSL support functions for network objects. Do not use this object directly.
These functions are mixed into the network objects for you.
Parameters:
| Name | Type | Description |
|---|---|---|
delegate |
external:SSLSupport | The Java delegate for most functions |
Methods
-
keyStorePassword(password) → {boolean|Object}
-
Get or set the current keystore password for this object.
Parameters:
Name Type Argument Description passwordstring <optional>
If provided, sets the keystore password - Source:
Returns:
the current password, orthis.- Type
- boolean | Object
-
keyStorePath(path) → {boolean|Object}
-
Get or set the current keystore path for this object.
Parameters:
Name Type Argument Description pathstring <optional>
If provided, sets the keystore path - Source:
Returns:
the current path, orthis.- Type
- boolean | Object
-
ssl(ssl) → {boolean|Object}
-
Get or set the current SSL support for this object.
Parameters:
Name Type Argument Description sslboolean <optional>
If provided, sets whether this object supports SSL - Source:
Returns:
the current status, orthis.- Type
- boolean | Object
-
trustStorePassword(password) → {boolean|Object}
-
Get or set the current trust store password for this object.
Parameters:
Name Type Argument Description passwordstring <optional>
If provided, sets the trust store password - Source:
Returns:
the current password, orthis.- Type
- boolean | Object
-
trustStorePath(path) → {boolean|Object}
-
Get or set the current trust store path for this object.
Parameters:
Name Type Argument Description pathstring <optional>
If provided, sets the trust store path - Source:
Returns:
the current path, orthis.- Type
- boolean | Object