public static class JodConverterRemoteProperties.SslProperties extends Object
| Constructor and Description |
|---|
SslProperties() |
| Modifier and Type | Method and Description |
|---|---|
@Nullable String[] |
getCiphers() |
@Nullable String[] |
getEnabledProtocols() |
@Nullable String |
getKeyAlias() |
@Nullable String |
getKeyPassword() |
@Nullable String |
getKeyStore() |
@Nullable String |
getKeyStorePassword() |
@Nullable String |
getKeyStoreProvider() |
@Nullable String |
getKeyStoreType() |
@Nullable String |
getProtocol() |
@Nullable String |
getTrustStore() |
@Nullable String |
getTrustStorePassword() |
@Nullable String |
getTrustStoreProvider() |
@Nullable String |
getTrustStoreType() |
boolean |
isEnabled() |
boolean |
isTrustAll() |
boolean |
isVerifyHostname() |
void |
setCiphers(@Nullable String[] ciphers) |
void |
setEnabled(boolean enabled) |
void |
setEnabledProtocols(@Nullable String[] enabledProtocols) |
void |
setKeyAlias(@Nullable String keyAlias) |
void |
setKeyPassword(@Nullable String keyPassword) |
void |
setKeyStore(@Nullable String keyStore) |
void |
setKeyStorePassword(@Nullable String keyStorePassword) |
void |
setKeyStoreProvider(@Nullable String keyStoreProvider) |
void |
setKeyStoreType(@Nullable String keyStoreType) |
void |
setProtocol(@Nullable String protocol) |
void |
setTrustAll(boolean trustAll) |
void |
setTrustStore(@Nullable String trustStore) |
void |
setTrustStorePassword(@Nullable String trustStorePassword) |
void |
setTrustStoreProvider(@Nullable String trustStoreProvider) |
void |
setTrustStoreType(@Nullable String trustStoreType) |
void |
setVerifyHostname(boolean verifyHostname) |
@NonNull org.jodconverter.remote.ssl.SslConfig |
sslConfig()
Creates a
SslConfig instance from this JodConverterRemoteProperties. |
public boolean isEnabled()
public void setEnabled(boolean enabled)
public @Nullable String[] getCiphers()
public void setCiphers(@Nullable String[] ciphers)
public @Nullable String getKeyAlias()
public void setKeyAlias(@Nullable String keyAlias)
public @Nullable String getKeyPassword()
public void setKeyPassword(@Nullable String keyPassword)
public @Nullable String getKeyStore()
public void setKeyStore(@Nullable String keyStore)
public @Nullable String getKeyStorePassword()
public void setKeyStorePassword(@Nullable String keyStorePassword)
public @Nullable String getKeyStoreType()
public void setKeyStoreType(@Nullable String keyStoreType)
public @Nullable String getKeyStoreProvider()
public void setKeyStoreProvider(@Nullable String keyStoreProvider)
public @Nullable String[] getEnabledProtocols()
public void setEnabledProtocols(@Nullable String[] enabledProtocols)
public @Nullable String getTrustStore()
public void setTrustStore(@Nullable String trustStore)
public @Nullable String getTrustStorePassword()
public void setTrustStorePassword(@Nullable String trustStorePassword)
public @Nullable String getTrustStoreType()
public void setTrustStoreType(@Nullable String trustStoreType)
public @Nullable String getTrustStoreProvider()
public void setTrustStoreProvider(@Nullable String trustStoreProvider)
public @Nullable String getProtocol()
public void setProtocol(@Nullable String protocol)
public boolean isTrustAll()
public void setTrustAll(boolean trustAll)
public boolean isVerifyHostname()
public void setVerifyHostname(boolean verifyHostname)
public @NonNull org.jodconverter.remote.ssl.SslConfig sslConfig()
SslConfig instance from this JodConverterRemoteProperties.SslConfig.Copyright © 2016 - present; JODConverter.org. All rights reserved.