Uses of Class
io.vertx.core.net.PemTrustOptions
-
Packages that use PemTrustOptions Package Description io.vertx.core.net -
-
Uses of PemTrustOptions in io.vertx.core.net
Methods in io.vertx.core.net that return PemTrustOptions Modifier and Type Method Description PemTrustOptionsPemTrustOptions. addCertPath(String certPath)Add a certificate pathPemTrustOptionsPemTrustOptions. addCertValue(Buffer certValue)Add a certificate valuePemTrustOptionsPemTrustOptions. copy()PemTrustOptionsSelfSignedCertificate. trustOptions()Provides theTrustOptionsX.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
-