Uses of Class
io.vertx.core.net.PemKeyCertOptions
Packages that use PemKeyCertOptions
-
Uses of PemKeyCertOptions in io.vertx.core.net
Methods in io.vertx.core.net that return PemKeyCertOptionsModifier and TypeMethodDescriptionPemKeyCertOptions.addCertPath(String certPath) Add a path to a certificate filePemKeyCertOptions.addCertValue(Buffer certValue) Add a certificate as a bufferPemKeyCertOptions.addKeyPath(String keyPath) Add a path to a key filePemKeyCertOptions.addKeyValue(Buffer keyValue) Add a key as a bufferPemKeyCertOptions.copy()SelfSignedCertificate.keyCertOptions()Deprecated, for removal: This API element is subject to removal in a future version.Provides theKeyCertOptionsRSA private key file in PEM format corresponding to theSelfSignedCertificate.privateKeyPath()PemKeyCertOptions.setCertPath(String certPath) Set the path of the first certificate, replacing the previous certificates pathsPemKeyCertOptions.setCertPaths(List<String> certPaths) Set all the paths to the certificates filesPemKeyCertOptions.setCertValue(Buffer certValue) Set the first certificate as a buffer, replacing the previous certificates buffersPemKeyCertOptions.setCertValues(List<Buffer> certValues) Set all the certificates as a list of bufferPemKeyCertOptions.setKeyPath(String keyPath) Set the path of the first key file, replacing the keys pathsPemKeyCertOptions.setKeyPaths(List<String> keyPaths) Set all the paths to the keys filesPemKeyCertOptions.setKeyValue(Buffer keyValue) Set the first key a a buffer, replacing the previous keys buffersPemKeyCertOptions.setKeyValues(List<Buffer> keyValues) Set all the keys as a list of bufferConstructors in io.vertx.core.net with parameters of type PemKeyCertOptions -
Uses of PemKeyCertOptions in io.vertx.ext.shell.term
Methods in io.vertx.ext.shell.term with parameters of type PemKeyCertOptionsModifier and TypeMethodDescriptionSSHTermOptions.setPemKeyPairOptions(PemKeyCertOptions options) Set the key pair store options in pem format. -
Uses of PemKeyCertOptions in io.vertx.spi.cluster.ignite
Methods in io.vertx.spi.cluster.ignite that return PemKeyCertOptionsMethods in io.vertx.spi.cluster.ignite with parameters of type PemKeyCertOptionsModifier and TypeMethodDescriptionIgniteSslOptions.setPemKeyCertOptions(PemKeyCertOptions pemKeyCertOptions) Sets PemKeyCertOptions that will be used for creating a secure socket layer.