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 SelfSignedCertificate
create()
static SelfSignedCertificate
void
delete()
boolean
io.vertx.core.net.SelfSignedCertificate
int
hashCode()
io.vertx.core.net.PemKeyCertOptions
static SelfSignedCertificate
newInstance
(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:
getDelegate
in 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
PemKeyCertOptions
based on the generated certificate.
-
trustOptions
public io.vertx.core.net.PemTrustOptions trustOptions()- Returns:
- a
PemTrustOptions
based 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
-