Uses of Class
io.vertx.core.net.JksOptions
Packages that use JksOptions
-
Uses of JksOptions in io.vertx.core.net
Methods in io.vertx.core.net that return JksOptionsModifier and TypeMethodDescriptionJksOptions.copy()JksOptions.setAliasPassword(String aliasPassword) JksOptions.setPassword(String password) Set the key store as a bufferConstructors in io.vertx.core.net with parameters of type JksOptions -
Uses of JksOptions in io.vertx.ext.shell.term
Methods in io.vertx.ext.shell.term with parameters of type JksOptionsModifier and TypeMethodDescriptionSSHTermOptions.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 JksOptionsModifier and TypeMethodDescriptionIgniteSslOptions.getJksKeyCertOptions()IgniteSslOptions.getJksTrustOptions()Methods in io.vertx.spi.cluster.ignite with parameters of type JksOptionsModifier and TypeMethodDescriptionIgniteSslOptions.setJksKeyCertOptions(JksOptions jksKeyCertOptions) Sets JksKeyCertOptions that will be used for creating a secure socket layer.IgniteSslOptions.setJksTrustOptions(JksOptions jksTrustOptions) Sets JksTrustOptions that will be used for creating a secure socket layer.