Uses of Class
io.vertx.core.net.KeyStoreOptions
-
Packages that use KeyStoreOptions Package Description io.vertx.core.net -
-
Uses of KeyStoreOptions in io.vertx.core.net
Methods in io.vertx.core.net that return KeyStoreOptions Modifier and Type Method Description KeyStoreOptions
KeyStoreOptions. copy()
KeyStoreOptions
KeyStoreOptions. setAlias(String alias)
KeyStoreOptions
KeyStoreOptions. setAliasPassword(String aliasPassword)
KeyStoreOptions
KeyStoreOptions. setPassword(String password)
KeyStoreOptions
KeyStoreOptions. setPath(String path)
KeyStoreOptions
KeyStoreOptions. setProvider(String provider)
Set the store provider.KeyStoreOptions
KeyStoreOptions. setType(String type)
Set the store type.KeyStoreOptions
KeyStoreOptions. setValue(Buffer value)
Constructors in io.vertx.core.net with parameters of type KeyStoreOptions Constructor Description KeyStoreOptions(KeyStoreOptions other)
Copy constructor
-