Modifier and Type | Method and Description |
---|---|
KeyStoreOptions |
KeyStoreOptions.setPassword(String password)
Deprecated.
|
KeyStoreOptions |
KeyStoreOptions.setPath(String path)
Deprecated.
|
KeyStoreOptions |
KeyStoreOptions.setType(String type)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
KeyStoreOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
KeyStoreOptions obj) |
static void |
KeyStoreOptionsConverter.toJson(KeyStoreOptions obj,
io.vertx.core.json.JsonObject json) |
static void |
KeyStoreOptionsConverter.toJson(KeyStoreOptions obj,
Map<String,Object> json) |
Constructor and Description |
---|
KeyStoreOptions(KeyStoreOptions other)
Deprecated.
Copy constructor
|
Copyright © 2019 Eclipse. All rights reserved.