Uses of Class
io.vertx.core.net.PfxOptions
-
Packages that use PfxOptions Package Description io.vertx.core.net -
-
Uses of PfxOptions in io.vertx.core.net
Methods in io.vertx.core.net that return PfxOptions Modifier and Type Method Description PfxOptionsPfxOptions. copy()PfxOptionsPfxOptions. setAlias(String alias)PfxOptionsPfxOptions. setAliasPassword(String aliasPassword)PfxOptionsPfxOptions. setPassword(String password)PfxOptionsPfxOptions. setPath(String path)PfxOptionsPfxOptions. 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
-