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

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

Introduction

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

The text is from its open source code.

Method

SelfSignedCertificatecreate()
Create a new SelfSignedCertificate instance.
PemKeyCertOptionskeyCertOptions()
Provides the KeyCertOptions RSA private key file in PEM format corresponding to the #privateKeyPath()
PemTrustOptionstrustOptions()
Provides the TrustOptions X.509 certificate file in PEM format corresponding to the #certificatePath()