public class KeyStoreOptions extends Object
Constructor and Description |
---|
KeyStoreOptions()
Default constructor
|
KeyStoreOptions(io.vertx.core.json.JsonObject json)
Constructor to create an options from JSON
|
KeyStoreOptions(KeyStoreOptions other)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getPassword() |
String |
getPath() |
String |
getType() |
KeyStoreOptions |
setPassword(String password) |
KeyStoreOptions |
setPath(String path) |
KeyStoreOptions |
setType(String type) |
public KeyStoreOptions()
public KeyStoreOptions(KeyStoreOptions other)
other
- the options to copypublic KeyStoreOptions(io.vertx.core.json.JsonObject json)
json
- the JSONpublic String getType()
public KeyStoreOptions setType(String type)
public String getPath()
public KeyStoreOptions setPath(String path)
public String getPassword()
public KeyStoreOptions setPassword(String password)
Copyright © 2018 Eclipse. All rights reserved.