public interface Trust<T extends io.vertx.core.net.TrustOptions> extends Supplier<T>
| Modifier and Type | Field and Description |
|---|---|
static Trust<io.vertx.core.net.JksOptions> |
CLIENT_JKS |
static Trust<io.vertx.core.net.PemTrustOptions> |
CLIENT_PEM |
static Trust<io.vertx.core.net.PemTrustOptions> |
CLIENT_PEM_ROOT_CA |
static Trust<io.vertx.core.net.PfxOptions> |
CLIENT_PKCS12 |
static Trust<io.vertx.core.net.TrustOptions> |
NONE |
static Trust<io.vertx.core.net.JksOptions> |
SERVER_JKS |
static Trust<io.vertx.core.net.JksOptions> |
SERVER_JKS_ROOT_CA |
static Trust<io.vertx.core.net.PemTrustOptions> |
SERVER_PEM |
static Trust<io.vertx.core.net.PemTrustOptions> |
SERVER_PEM_ROOT_CA |
static Trust<io.vertx.core.net.PemTrustOptions> |
SERVER_PEM_ROOT_CA_AND_OTHER_CA |
static Trust<io.vertx.core.net.PfxOptions> |
SERVER_PKCS12 |
static Trust<io.vertx.core.net.PfxOptions> |
SERVER_PKCS12_ROOT_CA |
static Trust<io.vertx.core.net.JksOptions> |
SNI_JKS_HOST1 |
static Trust<io.vertx.core.net.JksOptions> |
SNI_JKS_HOST2 |
static Trust<io.vertx.core.net.JksOptions> |
SNI_JKS_HOST3 |
static Trust<io.vertx.core.net.JksOptions> |
SNI_JKS_HOST4 |
static Trust<io.vertx.core.net.JksOptions> |
SNI_JKS_HOST5 |
static final Trust<io.vertx.core.net.TrustOptions> NONE
static final Trust<io.vertx.core.net.JksOptions> SERVER_JKS
static final Trust<io.vertx.core.net.JksOptions> CLIENT_JKS
static final Trust<io.vertx.core.net.PfxOptions> SERVER_PKCS12
static final Trust<io.vertx.core.net.PfxOptions> CLIENT_PKCS12
static final Trust<io.vertx.core.net.PemTrustOptions> SERVER_PEM
static final Trust<io.vertx.core.net.PemTrustOptions> CLIENT_PEM
static final Trust<io.vertx.core.net.JksOptions> SERVER_JKS_ROOT_CA
static final Trust<io.vertx.core.net.PfxOptions> SERVER_PKCS12_ROOT_CA
static final Trust<io.vertx.core.net.PemTrustOptions> SERVER_PEM_ROOT_CA
static final Trust<io.vertx.core.net.PemTrustOptions> CLIENT_PEM_ROOT_CA
static final Trust<io.vertx.core.net.PemTrustOptions> SERVER_PEM_ROOT_CA_AND_OTHER_CA
static final Trust<io.vertx.core.net.JksOptions> SNI_JKS_HOST1
static final Trust<io.vertx.core.net.JksOptions> SNI_JKS_HOST2
static final Trust<io.vertx.core.net.JksOptions> SNI_JKS_HOST3
static final Trust<io.vertx.core.net.JksOptions> SNI_JKS_HOST4
static final Trust<io.vertx.core.net.JksOptions> SNI_JKS_HOST5
Copyright © 2021. All rights reserved.