public class PfxOptions extends KeyStoreOptions
| Constructor and Description |
|---|
PfxOptions()
Default constructor
|
PfxOptions(JsonObject json)
Create options from JSON
|
PfxOptions(PfxOptions other)
Copy constructor
|
| Modifier and Type | Method and Description |
|---|---|
PfxOptions |
copy() |
String |
getType() |
PfxOptions |
setPassword(String password)
Set the password for the key store
|
PfxOptions |
setPath(String path)
Set the path to the key store
|
PfxOptions |
setType(String type) |
PfxOptions |
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 PfxOptions()
public PfxOptions(PfxOptions other)
other - the options to copypublic PfxOptions(JsonObject json)
json - the JSONpublic JsonObject toJson()
public String getType()
getType in class KeyStoreOptionspublic PfxOptions setType(String type)
setType in class KeyStoreOptionspublic PfxOptions setPassword(String password)
KeyStoreOptionssetPassword in class KeyStoreOptionspassword - the passwordpublic PfxOptions setValue(Buffer value)
KeyStoreOptionssetValue in class KeyStoreOptionsvalue - the key store as a bufferpublic PfxOptions setPath(String path)
KeyStoreOptionssetPath in class KeyStoreOptionspath - the pathpublic PfxOptions copy()
copy in interface KeyCertOptionscopy in interface TrustOptionscopy in class KeyStoreOptionsCopyright © 2020 Eclipse. All rights reserved.