Uses of Interface
io.vertx.core.net.SelfSignedCertificate
-
Packages that use SelfSignedCertificate Package Description io.vertx.core.net -
-
Uses of SelfSignedCertificate in io.vertx.core.net
Methods in io.vertx.core.net that return SelfSignedCertificate Modifier and Type Method Description static SelfSignedCertificate
SelfSignedCertificate. create()
Create a newSelfSignedCertificate
instance.static SelfSignedCertificate
SelfSignedCertificate. create(String fqdn)
Create a newSelfSignedCertificate
instance with a fully-qualified domain name,
-