Package org.xipki.util.http
Class SslContextConfWrapper
- java.lang.Object
-
- org.xipki.util.http.SslContextConfWrapper
-
public class SslContextConfWrapper extends java.lang.ObjectConfiguration of SSL context.- Author:
- Lijun Liao (xipki)
-
-
Constructor Summary
Constructors Constructor Description SslContextConfWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisUseSslConf()voidsetSslHostnameVerifier(java.lang.String sslHostnameVerifier)voidsetSslKeystore(java.lang.String sslKeystore)voidsetSslKeystore(FileOrBinary sslKeystore)voidsetSslKeystorePassword(java.lang.String sslKeystorePassword)voidsetSslStoreType(java.lang.String sslStoreType)voidsetSslTrustanchors(java.lang.String sslTrustanchors)voidsetUseSslConf(boolean useSslConf)SslContextConftoSslContextConf()
-
-
-
Method Detail
-
toSslContextConf
public SslContextConf toSslContextConf()
-
isUseSslConf
public boolean isUseSslConf()
-
setUseSslConf
public void setUseSslConf(boolean useSslConf)
-
setSslStoreType
public void setSslStoreType(java.lang.String sslStoreType)
-
setSslKeystore
public void setSslKeystore(java.lang.String sslKeystore)
-
setSslKeystore
public void setSslKeystore(FileOrBinary sslKeystore)
-
setSslKeystorePassword
public void setSslKeystorePassword(java.lang.String sslKeystorePassword)
-
setSslTrustanchors
public void setSslTrustanchors(java.lang.String sslTrustanchors)
-
setSslHostnameVerifier
public void setSslHostnameVerifier(java.lang.String sslHostnameVerifier)
-
-