Package io.vertx.mutiny.core.net
Class SelfSignedCertificate
java.lang.Object
io.vertx.mutiny.core.net.SelfSignedCertificate
- All Implemented Interfaces:
MutinyDelegate
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 theoriginal non Mutiny-ified interface using Vert.x codegen.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSelfSignedCertificate(io.vertx.core.net.SelfSignedCertificate delegate) SelfSignedCertificate(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionstatic SelfSignedCertificatecreate()static SelfSignedCertificatevoiddelete()booleanio.vertx.core.net.SelfSignedCertificateinthashCode()io.vertx.core.net.PemKeyCertOptionsstatic SelfSignedCertificatenewInstance(io.vertx.core.net.SelfSignedCertificate arg) toString()io.vertx.core.net.PemTrustOptions
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
SelfSignedCertificate
public SelfSignedCertificate(io.vertx.core.net.SelfSignedCertificate delegate) -
SelfSignedCertificate
-
-
Method Details
-
getDelegate
public io.vertx.core.net.SelfSignedCertificate getDelegate()- Specified by:
getDelegatein interfaceMutinyDelegate- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
keyCertOptions
public io.vertx.core.net.PemKeyCertOptions keyCertOptions()- Returns:
- a
PemKeyCertOptionsbased on the generated certificate.
-
trustOptions
public io.vertx.core.net.PemTrustOptions trustOptions()- Returns:
- a
PemTrustOptionsbased on the generated certificate.
-
privateKeyPath
- Returns:
- the absolute path to the private key.
-
certificatePath
- Returns:
- the absolute path to the certificate.
-
delete
public void delete() -
create
- Returns:
- a new instance.
-
create
- Parameters:
fqdn- a fully qualified domain name.- Returns:
- a new instance.
-
newInstance
-