public class JksOptions extends KeyStoreOptions
| Constructor and Description |
|---|
JksOptions()
Default constructor
|
JksOptions(JksOptions other)
Copy constructor
|
JksOptions(JsonObject json)
Create options from JSON
|
| Modifier and Type | Method and Description |
|---|---|
JksOptions |
copy() |
String |
getType() |
JksOptions |
setPassword(String password)
Set the password for the key store
|
JksOptions |
setPath(String path)
Set the path to the key store
|
JksOptions |
setType(String type) |
JksOptions |
setValue(Buffer value)
Set the key store as a buffer
|
JsonObject |
toJson()
Convert to JSON
|
getPassword, getPath, getValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetKeyManagerFactory, keyManagerMappergetTrustManagerFactory, trustManagerMapperpublic JksOptions()
public JksOptions(JksOptions other)
other - the options to copypublic JksOptions(JsonObject json)
json - the JSONpublic String getType()
getType in class KeyStoreOptionspublic JksOptions setType(String type)
setType in class KeyStoreOptionspublic JksOptions setPassword(String password)
KeyStoreOptionssetPassword in class KeyStoreOptionspassword - the passwordpublic JksOptions setPath(String path)
KeyStoreOptionssetPath in class KeyStoreOptionspath - the pathpublic JksOptions setValue(Buffer value)
KeyStoreOptionssetValue in class KeyStoreOptionsvalue - the key store as a bufferpublic JsonObject toJson()
public JksOptions copy()
copy in interface KeyCertOptionscopy in interface TrustOptionscopy in class KeyStoreOptionsCopyright © 2020 Eclipse. All rights reserved.