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 |
KeyStoreOptions
Key or trust store options configuring private key and/or certificates based on
KeyStore . |
class |
PfxOptions
Key or trust store options configuring private key and/or certificates based on PKCS#12 files.
|
Modifier and Type | Method and Description |
---|---|
abstract KeyStoreOptionsBase |
KeyStoreOptionsBase.clone() |
KeyStoreOptionsBase |
KeyStoreOptionsBase.copy() |
KeyStoreOptionsBase |
KeyStoreOptionsBase.setPassword(String password)
Set the password for the key store
|
KeyStoreOptionsBase |
KeyStoreOptionsBase.setPath(String path)
Set the path to the key store
|
protected KeyStoreOptionsBase |
KeyStoreOptionsBase.setProvider(String provider) |
protected KeyStoreOptionsBase |
KeyStoreOptionsBase.setType(String type) |
KeyStoreOptionsBase |
KeyStoreOptionsBase.setValue(Buffer value)
Set the key store as a buffer
|
Constructor and Description |
---|
KeyStoreOptionsBase(KeyStoreOptionsBase other)
Copy constructor
|
Copyright © 2023 Eclipse. All rights reserved.