Java io.netty.handler.ssl.util SelfSignedCertificate fields, constructors, methods, implement or subclass

Example usage for Java io.netty.handler.ssl.util SelfSignedCertificate fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.handler.ssl.util SelfSignedCertificate.

The text is from its open source code.

Field

Filecertificate
FileprivateKey
X509Certificatecert
PrivateKeykey

Constructor

SelfSignedCertificate()
Creates a new instance.
SelfSignedCertificate(String fqdn)
Creates a new instance.

Method

voiddelete()
Deletes the generated X.509 certificate file and RSA private key file.