Uses of Class
io.vertx.core.net.PemTrustOptions
-
Packages that use PemTrustOptions Package Description io.vertx.core.net io.vertx.spi.cluster.ignite -
-
Uses of PemTrustOptions in io.vertx.core.net
Methods in io.vertx.core.net that return PemTrustOptions Modifier and Type Method Description PemTrustOptions
PemTrustOptions. addCertPath(String certPath)
Add a certificate pathPemTrustOptions
PemTrustOptions. addCertValue(Buffer certValue)
Add a certificate valuePemTrustOptions
PemTrustOptions. copy()
PemTrustOptions
SelfSignedCertificate. trustOptions()
Provides theTrustOptions
X.509 certificate file in PEM format corresponding to theSelfSignedCertificate.certificatePath()
Constructors in io.vertx.core.net with parameters of type PemTrustOptions Constructor Description PemTrustOptions(PemTrustOptions other)
Copy constructor -
Uses of PemTrustOptions in io.vertx.spi.cluster.ignite
Methods in io.vertx.spi.cluster.ignite that return PemTrustOptions Modifier and Type Method Description PemTrustOptions
IgniteSslOptions. getPemTrustOptions()
Methods in io.vertx.spi.cluster.ignite with parameters of type PemTrustOptions Modifier and Type Method Description IgniteSslOptions
IgniteSslOptions. setPemTrustOptions(PemTrustOptions pemTrustOptions)
Sets PemTrustOptions that will be used for creating a secure socket layer.
-