Package com.marklogic.client.ext.ssl
Class SslConfig
- java.lang.Object
-
- com.marklogic.client.ext.ssl.SslConfig
-
public class SslConfig extends java.lang.ObjectCaptures the output of functions in SslUtil so that they can be easily used when constructing a DatabaseClient, which requires the X509TrustManager to be an input separate from the SSLContext.
-
-
Constructor Summary
Constructors Constructor Description SslConfig(javax.net.ssl.SSLContext sslContext, javax.net.ssl.X509TrustManager trustManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.net.ssl.SSLContextgetSslContext()javax.net.ssl.X509TrustManagergetTrustManager()
-