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_ARGMethods in io.vertx.rxjava.core.net that return SelfSignedCertificate Modifier and Type Method Description static SelfSignedCertificateSelfSignedCertificate. create()Create a newSelfSignedCertificateinstance.static SelfSignedCertificateSelfSignedCertificate. create(String fqdn)Create a newSelfSignedCertificateinstance with a fully-qualified domain name,static SelfSignedCertificateSelfSignedCertificate. newInstance(SelfSignedCertificate arg)
-