Package | Description |
---|---|
io.vertx.core.net |
Modifier and Type | Method and Description |
---|---|
KeyStoreOptions |
KeyStoreOptions.copy() |
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) |
Modifier and Type | Method and Description |
---|---|
static void |
KeyStoreOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
KeyStoreOptions obj) |
static void |
KeyStoreOptionsConverter.toJson(KeyStoreOptions obj,
JsonObject json) |
static void |
KeyStoreOptionsConverter.toJson(KeyStoreOptions obj,
Map<String,Object> json) |
Constructor and Description |
---|
KeyStoreOptions(KeyStoreOptions other)
Copy constructor
|
Copyright © 2021 Eclipse. All rights reserved.