public class SslConfig extends AbstractConfig
| Constructor and Description |
|---|
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
FileNotFoundExceptionpublic void setServerKeyCertChainPathStream(InputStream serverKeyCertChainPathStream)
public InputStream getServerPrivateKeyPathStream() throws FileNotFoundException
FileNotFoundExceptionpublic void setServerPrivateKeyPathStream(InputStream serverPrivateKeyPathStream)
public InputStream getServerTrustCertCollectionPathStream() throws FileNotFoundException
FileNotFoundExceptionpublic void setServerTrustCertCollectionPathStream(InputStream serverTrustCertCollectionPathStream)
public InputStream getClientKeyCertChainPathStream() throws FileNotFoundException
FileNotFoundExceptionpublic void setClientKeyCertChainPathStream(InputStream clientKeyCertChainPathStream)
public InputStream getClientPrivateKeyPathStream() throws FileNotFoundException
FileNotFoundExceptionpublic void setClientPrivateKeyPathStream(InputStream clientPrivateKeyPathStream)
public InputStream getClientTrustCertCollectionPathStream() throws FileNotFoundException
FileNotFoundExceptionpublic void setClientTrustCertCollectionPathStream(InputStream clientTrustCertCollectionPathStream)
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.