public interface Cert<K extends io.vertx.core.net.KeyCertOptions> extends Supplier<K>
| Modifier and Type | Field and Description |
|---|---|
static Cert<io.vertx.core.net.JksOptions> |
CLIENT_JKS |
static Cert<io.vertx.core.net.PemKeyCertOptions> |
CLIENT_PEM |
static Cert<io.vertx.core.net.PemKeyCertOptions> |
CLIENT_PEM_ROOT_CA |
static Cert<io.vertx.core.net.PfxOptions> |
CLIENT_PKCS12 |
static Cert<io.vertx.core.net.KeyCertOptions> |
NONE |
static Cert<io.vertx.core.net.JksOptions> |
SERVER_JKS |
static Cert<io.vertx.core.net.JksOptions> |
SERVER_JKS_ROOT_CA |
static Cert<io.vertx.core.net.JksOptions> |
SERVER_MIM |
static Cert<io.vertx.core.net.PemKeyCertOptions> |
SERVER_PEM |
static Cert<io.vertx.core.net.PemKeyCertOptions> |
SERVER_PEM_CA_CHAIN |
static Cert<io.vertx.core.net.PemKeyCertOptions> |
SERVER_PEM_INT_CA |
static Cert<io.vertx.core.net.PemKeyCertOptions> |
SERVER_PEM_OTHER_CA |
static Cert<io.vertx.core.net.PemKeyCertOptions> |
SERVER_PEM_ROOT_CA |
static Cert<io.vertx.core.net.PemKeyCertOptions> |
SERVER_PEM_RSA |
static Cert<io.vertx.core.net.PfxOptions> |
SERVER_PKCS12 |
static Cert<io.vertx.core.net.PfxOptions> |
SERVER_PKCS12_ROOT_CA |
static Cert<io.vertx.core.net.JksOptions> |
SNI_JKS |
static Cert<io.vertx.core.net.PemKeyCertOptions> |
SNI_PEM |
static Cert<io.vertx.core.net.PfxOptions> |
SNI_PKCS12 |
static final Cert<io.vertx.core.net.KeyCertOptions> NONE
static final Cert<io.vertx.core.net.JksOptions> SERVER_JKS
static final Cert<io.vertx.core.net.JksOptions> CLIENT_JKS
static final Cert<io.vertx.core.net.PfxOptions> SERVER_PKCS12
static final Cert<io.vertx.core.net.PfxOptions> CLIENT_PKCS12
static final Cert<io.vertx.core.net.PemKeyCertOptions> SERVER_PEM
static final Cert<io.vertx.core.net.PemKeyCertOptions> SERVER_PEM_RSA
static final Cert<io.vertx.core.net.PemKeyCertOptions> CLIENT_PEM
static final Cert<io.vertx.core.net.JksOptions> SERVER_JKS_ROOT_CA
static final Cert<io.vertx.core.net.PfxOptions> SERVER_PKCS12_ROOT_CA
static final Cert<io.vertx.core.net.PemKeyCertOptions> SERVER_PEM_ROOT_CA
static final Cert<io.vertx.core.net.PemKeyCertOptions> CLIENT_PEM_ROOT_CA
static final Cert<io.vertx.core.net.PemKeyCertOptions> SERVER_PEM_INT_CA
static final Cert<io.vertx.core.net.PemKeyCertOptions> SERVER_PEM_CA_CHAIN
static final Cert<io.vertx.core.net.PemKeyCertOptions> SERVER_PEM_OTHER_CA
static final Cert<io.vertx.core.net.JksOptions> SERVER_MIM
static final Cert<io.vertx.core.net.JksOptions> SNI_JKS
static final Cert<io.vertx.core.net.PfxOptions> SNI_PKCS12
static final Cert<io.vertx.core.net.PemKeyCertOptions> SNI_PEM
Copyright © 2021. All rights reserved.