Package | Description |
---|---|
io.vertx.core.net |
Modifier and Type | Method and Description |
---|---|
KeyStoreOptions |
KeyStoreOptions.copy() |
KeyStoreOptions |
KeyStoreOptions.setAlias(String alias) |
KeyStoreOptions |
KeyStoreOptions.setAliasPassword(String aliasPassword) |
KeyStoreOptions |
KeyStoreOptions.setPassword(String password) |
KeyStoreOptions |
KeyStoreOptions.setPath(String path) |
KeyStoreOptions |
KeyStoreOptions.setProvider(String provider)
Set the store provider.
|
KeyStoreOptions |
KeyStoreOptions.setType(String type)
Set the store type.
|
KeyStoreOptions |
KeyStoreOptions.setValue(Buffer value) |
Constructor and Description |
---|
KeyStoreOptions(KeyStoreOptions other)
Copy constructor
|
Copyright © 2024 Eclipse. All rights reserved.