public class SslConfig extends AbstractConfig
| 构造器和说明 |
|---|
SslConfig() |
addIntoConfigManager, appendParameters, appendParameters, equals, getId, getMetaData, getPrefix, getTagName, hashCode, isDefault, isValid, refresh, setDefault, setId, setPrefix, toString, updateIdIfAbsent@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)
@Parameter(key="ciphers") public List<String> getCiphers()
@Parameter(key="protocols") public List<String> getProtocols()
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.