public class SslConfig extends AbstractConfig
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
CLIENT_KEY_CERT_CHAIN_PATH |
static String |
CLIENT_KEY_PASSWORD |
static String |
CLIENT_PRIVATE_KEY_PATH |
static String |
CLIENT_TRUST_CERT_COLLECTION_PATH |
static String |
SERVER_KEY_CERT_CHAIN_PATH |
static String |
SERVER_KEY_PASSWORD |
static String |
SERVER_PRIVATE_KEY_PATH |
static String |
SERVER_TRUST_CERT_COLLECTION_PATH |
| 构造器和说明 |
|---|
SslConfig() |
SslConfig(ApplicationModel applicationModel) |
appendAttributes, appendAttributes, appendParameters, appendParameters, equals, getApplicationModel, getConfigMode, getId, getMetaData, getMetaData, getPluralTagName, getPrefixes, getScopeModel, getTagName, getTypePrefix, hashCode, isDefault, isRefreshed, isValid, overrideWithConfig, refresh, setDefault, setId, setScopeModel, toStringpublic static final String SERVER_TRUST_CERT_COLLECTION_PATH
public SslConfig()
public SslConfig(ApplicationModel applicationModel)
@Parameter(key="server-key-cert-chain-path") public String getServerKeyCertChainPath()
public void setServerKeyCertChainPath(String serverKeyCertChainPath)
@Parameter(key="server-private-key-path") public String getServerPrivateKeyPath()
public void setServerPrivateKeyPath(String serverPrivateKeyPath)
@Parameter(key="server-key-password") public String getServerKeyPassword()
public void setServerKeyPassword(String serverKeyPassword)
@Parameter(key="server-trust-cert-collection-path") public String getServerTrustCertCollectionPath()
public void setServerTrustCertCollectionPath(String serverTrustCertCollectionPath)
@Parameter(key="client-key-cert-chain-path") public String getClientKeyCertChainPath()
public void setClientKeyCertChainPath(String clientKeyCertChainPath)
@Parameter(key="client-private-key-path") public String getClientPrivateKeyPath()
public void setClientPrivateKeyPath(String clientPrivateKeyPath)
@Parameter(key="client-key-password") public String getClientKeyPassword()
public void setClientKeyPassword(String clientKeyPassword)
@Parameter(key="client-trust-cert-collection-path") public String getClientTrustCertCollectionPath()
public void setClientTrustCertCollectionPath(String clientTrustCertCollectionPath)
public InputStream getServerKeyCertChainPathStream() throws IOException
IOExceptionpublic void setServerKeyCertChainPathStream(InputStream serverKeyCertChainPathStream)
public InputStream getServerPrivateKeyPathStream() throws IOException
IOExceptionpublic void setServerPrivateKeyPathStream(InputStream serverPrivateKeyPathStream)
public InputStream getServerTrustCertCollectionPathStream() throws IOException
IOExceptionpublic void setServerTrustCertCollectionPathStream(InputStream serverTrustCertCollectionPathStream)
public InputStream getClientKeyCertChainPathStream() throws IOException
IOExceptionpublic void setClientKeyCertChainPathStream(InputStream clientKeyCertChainPathStream)
public InputStream getClientPrivateKeyPathStream() throws IOException
IOExceptionpublic void setClientPrivateKeyPathStream(InputStream clientPrivateKeyPathStream)
public InputStream getClientTrustCertCollectionPathStream() throws IOException
IOExceptionpublic void setClientTrustCertCollectionPathStream(InputStream clientTrustCertCollectionPathStream)
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.