Package | Description |
---|---|
io.vertx.spi.cluster.ignite |
Modifier and Type | Method and Description |
---|---|
IgniteSslOptions |
IgniteOptions.getSslContextFactory() |
IgniteSslOptions |
IgniteSslOptions.setKeyAlgorithm(String keyAlgorithm)
Sets key manager algorithm that will be used to create a key manager.
|
IgniteSslOptions |
IgniteSslOptions.setKeyStoreFilePath(String keyStoreFilePath)
Sets path to the key store file.
|
IgniteSslOptions |
IgniteSslOptions.setKeyStorePassword(String keyStorePassword)
Sets key store password.
|
IgniteSslOptions |
IgniteSslOptions.setKeyStoreType(String keyStoreType)
Sets key store type used in context initialization.
|
IgniteSslOptions |
IgniteSslOptions.setProtocol(String protocol)
Sets protocol for secure transport.
|
IgniteSslOptions |
IgniteSslOptions.setTrustAll(boolean trustAll)
When using ssl, trust ALL certificates.
|
IgniteSslOptions |
IgniteSslOptions.setTrustStoreFilePath(String trustStoreFilePath)
Sets path to the trust store file.
|
IgniteSslOptions |
IgniteSslOptions.setTrustStorePassword(String trustStorePassword)
Sets trust store password.
|
IgniteSslOptions |
IgniteSslOptions.setTrustStoreType(String trustStoreType)
Sets trust store type used in context initialization.
|
Modifier and Type | Method and Description |
---|---|
static void |
IgniteSslOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
IgniteSslOptions obj) |
IgniteOptions |
IgniteOptions.setSslContextFactory(IgniteSslOptions sslOptions)
Sets SSL options that will be used for creating a secure socket layer.
|
static void |
IgniteSslOptionsConverter.toJson(IgniteSslOptions obj,
JsonObject json) |
static void |
IgniteSslOptionsConverter.toJson(IgniteSslOptions obj,
Map<String,Object> json) |
Constructor and Description |
---|
IgniteSslOptions(IgniteSslOptions options)
Copy constructor
|
Copyright © 2020 Eclipse. All rights reserved.