public final class TlsSystemConfig extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
CHECK_INTERVAL |
static String |
CLIENT_AUTH |
static String |
CLIENT_CERTPATH |
static String |
CLIENT_KEYPASSWORD |
static String |
CLIENT_KEYPATH |
static String |
CLIENT_TRUST_CERT |
static String |
SERVER_AUTH |
static String |
SERVER_CERTPATH |
static String |
SERVER_KEYPASSWORD |
static String |
SERVER_KEYPATH |
static String |
SERVER_TRUST_CERT |
static String |
TLS_ENABLE |
static String |
TLS_TEST_MODE_ENABLE |
static boolean |
tlsClientAuthServer
To determine whether verify the server endpoint's certificate strictly.
|
static String |
tlsClientCertPath
The store path of client-side X.509 certificate chain in PEM format.
|
static String |
tlsClientKeyPassword
The password of the client-side private key.
|
static String |
tlsClientKeyPath
The store path of client-side private key.
|
static String |
tlsClientTrustCertPath
The store path of trusted certificates for verifying the server endpoint's certificate.
|
static boolean |
tlsEnable
To determine whether use SSL in client-side.
|
static int |
tlsFileCheckInterval
tls file check interval , default is 10 min.
|
static boolean |
tlsServerAuthClient
To determine whether verify the client endpoint's certificate strictly.
|
static String |
tlsServerCertPath
The store path of server-side X.509 certificate chain in PEM format.
|
static String |
tlsServerKeyPassword
The password of the server-side private key.
|
static String |
tlsServerKeyPath
The store path of server-side private key.
|
static String |
tlsServerTrustCertPath
The store path of trusted certificates for verifying the client endpoint's certificate.
|
static boolean |
tlsTestModeEnable
To determine whether use test mode when initialize TLS context.
|
| 构造器和说明 |
|---|
TlsSystemConfig() |
public static boolean tlsEnable
public static boolean tlsTestModeEnable
public static boolean tlsClientAuthServer
public static boolean tlsServerAuthClient
public static String tlsClientKeyPath
public static String tlsClientKeyPassword
public static String tlsClientCertPath
public static String tlsClientTrustCertPath
public static String tlsServerKeyPath
public static String tlsServerKeyPassword
public static String tlsServerCertPath
public static String tlsServerTrustCertPath
public static int tlsFileCheckInterval
Copyright © 2018–2024 Alibaba Group. All rights reserved.