Uses of Class
com.bloomberglp.blpapi.TlsOptions
-
Uses of TlsOptions in com.bloomberglp.blpapi
Modifier and TypeMethodDescriptionstatic TlsOptions
TlsOptions.create
(SSLContext sslContext) Creates aTlsOptions
object with the specifiedsslContext
.static TlsOptions
TlsOptions.createFromBlobs
(byte[] clientCredentialsRawData, char[] clientCredentialsPassword, byte[] trustedCertificatesRawData) CreatesTlsOptions
using client credentials and trust material from the specified byte arrays.static TlsOptions
TlsOptions.createFromFiles
(String clientCredentialsFileName, char[] clientCredentialsPassword, String trustedCertificatesFileName) CreatesTlsOptions
using client credentials and trust material from the specified files.SessionOptions.getTlsOptions()
Returns the TLS options used to configure secure communication with endpoints.Modifier and TypeMethodDescriptionstatic SessionOptions
ZfpUtil.getZfpOptionsForLeasedLines
(ZfpUtil.Remote remote, TlsOptions tlsOptions) Creates aSessionOptions
object for applications that leverages private leased lines to Bloomberg network.void
SessionOptions.setTlsOptions
(TlsOptions tlsOptions) Sets theTlsOptions
used to configure secure communication with endpoints.