Uses of Class
io.vertx.core.net.JksOptions
-
Packages that use JksOptions Package Description io.vertx.core.net io.vertx.ext.shell.term io.vertx.spi.cluster.ignite -
-
Uses of JksOptions in io.vertx.core.net
Methods in io.vertx.core.net that return JksOptions Modifier and Type Method Description JksOptions
JksOptions. copy()
JksOptions
JksOptions. setAlias(String alias)
JksOptions
JksOptions. setAliasPassword(String aliasPassword)
JksOptions
JksOptions. setPassword(String password)
JksOptions
JksOptions. setPath(String path)
JksOptions
JksOptions. setValue(Buffer value)
Set the key store as a bufferConstructors in io.vertx.core.net with parameters of type JksOptions Constructor Description JksOptions(JksOptions other)
Copy constructor -
Uses of JksOptions in io.vertx.ext.shell.term
Methods in io.vertx.ext.shell.term with parameters of type JksOptions Modifier and Type Method Description SSHTermOptions
SSHTermOptions. setKeyPairOptions(JksOptions options)
Set the key pair options in jks format, aka Java keystore. -
Uses of JksOptions in io.vertx.spi.cluster.ignite
Methods in io.vertx.spi.cluster.ignite that return JksOptions Modifier and Type Method Description JksOptions
IgniteSslOptions. getJksKeyCertOptions()
JksOptions
IgniteSslOptions. getJksTrustOptions()
Methods in io.vertx.spi.cluster.ignite with parameters of type JksOptions Modifier and Type Method Description 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.
-