Uses of Interface
io.vertx.core.net.KeyCertOptions
Packages that use KeyCertOptions
Package
Description
-
Uses of KeyCertOptions in io.vertx.amqp
Methods in io.vertx.amqp with parameters of type KeyCertOptions -
Uses of KeyCertOptions in io.vertx.core.eventbus
Methods in io.vertx.core.eventbus with parameters of type KeyCertOptions -
Uses of KeyCertOptions in io.vertx.core.http
Methods in io.vertx.core.http with parameters of type KeyCertOptionsModifier and TypeMethodDescriptionHttpClientOptions.setKeyCertOptions(KeyCertOptions options) HttpServerOptions.setKeyCertOptions(KeyCertOptions options) WebSocketClientOptions.setKeyCertOptions(KeyCertOptions options) -
Uses of KeyCertOptions in io.vertx.core.net
Classes in io.vertx.core.net that implement KeyCertOptionsModifier and TypeClassDescriptionclassKey or trust store options configuring private key and/or certificates based on Java Keystore files.classKey or trust store options configuring private key and/or certificates based onKeyStore.classBase class ofKeyStorebased options.classKey store options configuring a list of private key and its certificate based on Privacy-enhanced Electronic Email (PEM) files.classKey or trust store options configuring private key and/or certificates based on PKCS#12 files.Fields in io.vertx.core.net declared as KeyCertOptionsModifier and TypeFieldDescriptionstatic final KeyCertOptionsQuicServerConfig.DEFAULT_CLIENT_ADDRESS_VALIDATION_KEYMethods in io.vertx.core.net that return KeyCertOptionsModifier and TypeMethodDescriptionKeyCertOptions.copy()QuicServerConfig.getClientAddressValidationKey()SSLOptions.getKeyCertOptions()TCPSSLOptions.getKeyCertOptions()static KeyCertOptionsKeyCertOptions.wrap(KeyManagerFactory keyManagerFactory) Returns aKeyCertOptionsfrom the providedKeyManagerFactorystatic KeyCertOptionsKeyCertOptions.wrap(X509KeyManager keyManager) Returns aKeyCertOptionsfrom the providedX509KeyManagerMethods in io.vertx.core.net with parameters of type KeyCertOptionsModifier and TypeMethodDescriptionQuicServerConfig.setClientAddressValidationKey(KeyCertOptions validationKey) Set the cryptographic key used for client address validation tokens, thevalidationKeymust point to a keystore containing a private key / certificate pair or to a keystore containing symmetric key.ClientOptionsBase.setKeyCertOptions(KeyCertOptions options) ClientSSLOptions.setKeyCertOptions(KeyCertOptions options) NetClientOptions.setKeyCertOptions(KeyCertOptions options) NetServerOptions.setKeyCertOptions(KeyCertOptions options) ServerSSLOptions.setKeyCertOptions(KeyCertOptions options) SSLOptions.setKeyCertOptions(KeyCertOptions options) Set the key/cert options.TCPSSLOptions.setKeyCertOptions(KeyCertOptions options) Set the key/cert options. -
Uses of KeyCertOptions in io.vertx.ext.consul
Methods in io.vertx.ext.consul with parameters of type KeyCertOptionsModifier and TypeMethodDescriptionConsulClientOptions.setKeyCertOptions(KeyCertOptions options) Set the key/cert options. -
Uses of KeyCertOptions in io.vertx.ext.mail
Methods in io.vertx.ext.mail with parameters of type KeyCertOptions -
Uses of KeyCertOptions in io.vertx.ext.shell.term
Methods in io.vertx.ext.shell.term that return KeyCertOptions -
Uses of KeyCertOptions in io.vertx.ext.web.client
Methods in io.vertx.ext.web.client with parameters of type KeyCertOptionsModifier and TypeMethodDescriptionCachingWebClientOptions.setKeyCertOptions(KeyCertOptions options) WebClientOptions.setKeyCertOptions(KeyCertOptions options) -
Uses of KeyCertOptions in io.vertx.mqtt
Methods in io.vertx.mqtt with parameters of type KeyCertOptionsModifier and TypeMethodDescriptionMqttClientOptions.setKeyCertOptions(KeyCertOptions options) MqttServerOptions.setKeyCertOptions(KeyCertOptions options) -
Uses of KeyCertOptions in io.vertx.rabbitmq
Methods in io.vertx.rabbitmq with parameters of type KeyCertOptions -
Uses of KeyCertOptions in io.vertx.tracing.zipkin
Methods in io.vertx.tracing.zipkin with parameters of type KeyCertOptions