IgniteSslOptions |
IgniteOptions.getSslContextFactory() |
|
IgniteSslOptions |
IgniteSslOptions.setJksKeyCertOptions(JksOptions jksKeyCertOptions) |
Sets JksKeyCertOptions that will be used for creating a secure socket layer.
|
IgniteSslOptions |
IgniteSslOptions.setJksTrustOptions(JksOptions jksTrustOptions) |
Sets JksTrustOptions that will be used for creating a secure socket layer.
|
IgniteSslOptions |
IgniteSslOptions.setKeyAlgorithm(String keyAlgorithm) |
Deprecated.
|
IgniteSslOptions |
IgniteSslOptions.setKeyStoreFilePath(String keyStoreFilePath) |
Deprecated.
|
IgniteSslOptions |
IgniteSslOptions.setKeyStorePassword(String keyStorePassword) |
Deprecated.
|
IgniteSslOptions |
IgniteSslOptions.setKeyStoreType(String keyStoreType) |
Deprecated.
|
IgniteSslOptions |
IgniteSslOptions.setPemKeyCertOptions(PemKeyCertOptions pemKeyCertOptions) |
Sets PemKeyCertOptions that will be used for creating a secure socket layer.
|
IgniteSslOptions |
IgniteSslOptions.setPemTrustOptions(PemTrustOptions pemTrustOptions) |
Sets PemTrustOptions that will be used for creating a secure socket layer.
|
IgniteSslOptions |
IgniteSslOptions.setPfxKeyCertOptions(PfxOptions pfxKeyCertOptions) |
Sets PfxKeyCertOptions that will be used for creating a secure socket layer.
|
IgniteSslOptions |
IgniteSslOptions.setPfxTrustOptions(PfxOptions pfxTrustOptions) |
Sets PfxTrustOptions that will be used for creating a secure socket layer.
|
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) |
Deprecated.
|
IgniteSslOptions |
IgniteSslOptions.setTrustStorePassword(String trustStorePassword) |
Deprecated.
|
IgniteSslOptions |
IgniteSslOptions.setTrustStoreType(String trustStoreType) |
Deprecated.
|