Uses of Class
io.vertx.core.net.PfxOptions
Packages that use PfxOptions
-
Uses of PfxOptions in io.vertx.core.net
Methods in io.vertx.core.net that return PfxOptionsModifier and TypeMethodDescriptionPfxOptions.copy()PfxOptions.setAliasPassword(String aliasPassword) PfxOptions.setPassword(String password) Set the key store as a bufferConstructors in io.vertx.core.net with parameters of type PfxOptions -
Uses of PfxOptions in io.vertx.ext.shell.term
Methods in io.vertx.ext.shell.term with parameters of type PfxOptionsModifier and TypeMethodDescriptionSSHTermOptions.setPfxKeyPairOptions(PfxOptions options) Set the key pair options in pfx format. -
Uses of PfxOptions in io.vertx.spi.cluster.ignite
Methods in io.vertx.spi.cluster.ignite that return PfxOptionsModifier and TypeMethodDescriptionIgniteSslOptions.getPfxKeyCertOptions()IgniteSslOptions.getPfxTrustOptions()Methods in io.vertx.spi.cluster.ignite with parameters of type PfxOptionsModifier and TypeMethodDescriptionIgniteSslOptions.setPfxKeyCertOptions(PfxOptions pfxKeyCertOptions) Sets PfxKeyCertOptions that will be used for creating a secure socket layer.IgniteSslOptions.setPfxTrustOptions(PfxOptions pfxTrustOptions) Sets PfxTrustOptions that will be used for creating a secure socket layer.