public class KeyStoreOptions extends Object
| Constructor and Description |
|---|
KeyStoreOptions()
Default constructor
|
KeyStoreOptions(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(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 © 2017. All rights reserved.