public class SslConfig extends AbstractConfig
| 构造器和说明 |
|---|
SslConfig() |
addIntoConfigManager, appendParameters, appendParameters, equals, getId, getMetaData, getPrefix, getTagName, hashCode, isValid, refresh, 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)
public InputStream getServerKeyCertChainPathStream() throws FileNotFoundException
public void setServerKeyCertChainPathStream(InputStream serverKeyCertChainPathStream)
public InputStream getServerPrivateKeyPathStream() throws FileNotFoundException
public void setServerPrivateKeyPathStream(InputStream serverPrivateKeyPathStream)
public InputStream getServerTrustCertCollectionPathStream() throws FileNotFoundException
public void setServerTrustCertCollectionPathStream(InputStream serverTrustCertCollectionPathStream)
public InputStream getClientKeyCertChainPathStream() throws FileNotFoundException
public void setClientKeyCertChainPathStream(InputStream clientKeyCertChainPathStream)
public InputStream getClientPrivateKeyPathStream() throws FileNotFoundException
public void setClientPrivateKeyPathStream(InputStream clientPrivateKeyPathStream)
public InputStream getClientTrustCertCollectionPathStream() throws FileNotFoundException
public void setClientTrustCertCollectionPathStream(InputStream clientTrustCertCollectionPathStream)
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.