open class SelfSignedCertificate
A self-signed certificate helper for testing and development purposes.
While it helps for testing and development, it should never ever be used in production settings.
NOTE: This class has been automatically generated from the io.vertx.core.net.SelfSignedCertificate non RX-ified interface using Vert.x codegen.
SelfSignedCertificate(delegate: SelfSignedCertificate) |
static val __TYPE_ARG: TypeArg<SelfSignedCertificate> |
open fun certificatePath(): String
Filesystem path to the X.509 certificate file in PEM format . |
|
open static fun create(): SelfSignedCertificate
Create a new open static fun create(fqdn: String): SelfSignedCertificate
Create a new |
|
open fun delete(): Unit
Delete the private key and certificate files. |
|
open fun equals(other: Any?): Boolean |
|
open fun getDelegate(): SelfSignedCertificate |
|
open fun hashCode(): Int |
|
open fun keyCertOptions(): PemKeyCertOptions
Provides the io.vertx.reactivex.core.net.KeyCertOptions RSA private key file in PEM format corresponding to the |
|
open static fun newInstance(arg: SelfSignedCertificate): SelfSignedCertificate |
|
open fun privateKeyPath(): String
Filesystem path to the RSA private key file in PEM format |
|
open fun toString(): String |
|
open fun trustOptions(): PemTrustOptions
Provides the io.vertx.reactivex.core.net.TrustOptions X.509 certificate file in PEM format corresponding to the |