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

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

Introduction

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

The text is from its open source code.

Constructor

PemKeyCertOptions()
Default constructor

Method

PemKeyCertOptionssetCertPath(String certPath)
Set the path of the first certificate, replacing the previous certificates paths
PemKeyCertOptionssetCertValue(Buffer certValue)
Set the first certificate as a buffer, replacing the previous certificates buffers
PemKeyCertOptionssetKeyPath(String keyPath)
Set the path of the first key file, replacing the keys paths
PemKeyCertOptionssetKeyValue(Buffer keyValue)
Set the first key a a buffer, replacing the previous keys buffers
JsonObjecttoJson()
Convert to JSON