Package | Description |
---|---|
io.vertx.ext.auth |
Modifier and Type | Method and Description |
---|---|
KeyStoreOptions |
KeyStoreOptions.putPasswordProtection(String alias,
String password) |
KeyStoreOptions |
KeyStoreOptions.setPassword(String password) |
KeyStoreOptions |
KeyStoreOptions.setPasswordProtection(Map<String,String> passwordProtection) |
KeyStoreOptions |
KeyStoreOptions.setPath(String path) |
KeyStoreOptions |
KeyStoreOptions.setProvider(String provider) |
KeyStoreOptions |
KeyStoreOptions.setType(String type) |
KeyStoreOptions |
KeyStoreOptions.setValue(io.vertx.core.buffer.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,
io.vertx.core.json.JsonObject json) |
static void |
KeyStoreOptionsConverter.toJson(KeyStoreOptions obj,
Map<String,Object> json) |
Constructor and Description |
---|
KeyStoreOptions(KeyStoreOptions other)
Copy constructor
|
Copyright © 2022 Eclipse. All rights reserved.