Java io.vertx.core.net JksOptions fields, constructors, methods, implement or subclass

Example usage for Java io.vertx.core.net JksOptions fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.vertx.core.net JksOptions.

The text is from its open source code.

Constructor

JksOptions(JksOptions other)
Copy constructor
JksOptions(JsonObject json)
Create options from JSON
JksOptions()
Default constructor

Method

JksOptionssetPassword(String password)
Set the password for the key store
JksOptionssetPath(String path)
Set the path to the key store
JksOptionssetValue(Buffer value)
Set the key store as a buffer
JsonObjecttoJson()
Convert to JSON