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