Uses of Class
io.vertx.core.net.PemTrustOptions
Packages that use PemTrustOptions
-
Uses of PemTrustOptions in io.vertx.core.net
Methods in io.vertx.core.net that return PemTrustOptionsModifier and TypeMethodDescriptionPemTrustOptions.addCertPath(String certPath) Add a certificate pathPemTrustOptions.addCertValue(Buffer certValue) Add a certificate valuePemTrustOptions.copy()SelfSignedCertificate.trustOptions()Deprecated, for removal: This API element is subject to removal in a future version.Provides theTrustOptionsX.509 certificate file in PEM format corresponding to theSelfSignedCertificate.certificatePath()Constructors in io.vertx.core.net with parameters of type PemTrustOptions -
Uses of PemTrustOptions in io.vertx.spi.cluster.ignite
Methods in io.vertx.spi.cluster.ignite that return PemTrustOptionsMethods in io.vertx.spi.cluster.ignite with parameters of type PemTrustOptionsModifier and TypeMethodDescriptionIgniteSslOptions.setPemTrustOptions(PemTrustOptions pemTrustOptions) Sets PemTrustOptions that will be used for creating a secure socket layer.