Class: ClientSSLSupport

vertx/ssl_support~ ClientSSLSupport

new ClientSSLSupport(delegate)

Provides functions for server-side SSL support. Do not use this object directly.
Parameters:
Name Type Description
delegate external:ServerSSLSupport The Java delegate for most functions
Source:
See:

Methods

trustAll(all) → {boolean|Object}

Get or set the trustAll SSL attribute
Parameters:
Name Type Argument Description
all boolean <optional>
If provided, sets the trustAll attribute
Source:
Returns:
the current trustAll status, or this
Type
boolean | Object