Package | Description |
---|---|
io.vertx.core.net |
Modifier and Type | Class and Description |
---|---|
class |
JksOptions
Key or trust store options configuring private key and/or certificates based on Java Keystore files.
|
class |
PfxOptions
Key or trust store options configuring private key and/or certificates based on PKCS#12 files.
|
Modifier and Type | Method and Description |
---|---|
KeyStoreOptions |
KeyStoreOptions.copy() |
KeyStoreOptions |
KeyStoreOptions.setPassword(String password)
Set the password for the key store
|
KeyStoreOptions |
KeyStoreOptions.setPath(String path)
Set the path to the key store
|
KeyStoreOptions |
KeyStoreOptions.setType(String type) |
KeyStoreOptions |
KeyStoreOptions.setValue(Buffer value)
Set the key store as a buffer
|
Constructor and Description |
---|
KeyStoreOptions(KeyStoreOptions other)
Copy constructor
|
Copyright © 2020 Eclipse. All rights reserved.