Uses of Class
io.vertx.rxjava.core.net.SelfSignedCertificate
-
Packages that use SelfSignedCertificate Package Description io.vertx.rxjava.core.net -
-
Uses of SelfSignedCertificate in io.vertx.rxjava.core.net
Fields in io.vertx.rxjava.core.net with type parameters of type SelfSignedCertificate Modifier and Type Field Description static TypeArg<SelfSignedCertificate>
SelfSignedCertificate. __TYPE_ARG
Methods in io.vertx.rxjava.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,static SelfSignedCertificate
SelfSignedCertificate. newInstance(SelfSignedCertificate arg)
-