Uses of Class
com.bloomberglp.blpapi.TlsOptions
Packages that use TlsOptions
-
Uses of TlsOptions in com.bloomberglp.blpapi
Methods in com.bloomberglp.blpapi that return TlsOptionsModifier and TypeMethodDescriptionstatic TlsOptionsTlsOptions.create(SSLContext sslContext) Creates aTlsOptionsobject with the specifiedsslContext.static TlsOptionsTlsOptions.createFromBlobs(byte[] clientCredentialsRawData, char[] clientCredentialsPassword, byte[] trustedCertificatesRawData) CreatesTlsOptionsusing client credentials and trust material from the specified byte arrays.static TlsOptionsTlsOptions.createFromFiles(String clientCredentialsFileName, char[] clientCredentialsPassword, String trustedCertificatesFileName) CreatesTlsOptionsusing client credentials and trust material from the specified files.SessionOptions.getTlsOptions()Returns the TLS options used to configure secure communication with endpoints.Methods in com.bloomberglp.blpapi with parameters of type TlsOptionsModifier and TypeMethodDescriptionstatic SessionOptionsZfpUtil.getZfpOptionsForLeasedLines(ZfpUtil.Remote remote, TlsOptions tlsOptions) Creates aSessionOptionsobject for applications that leverages private leased lines to Bloomberg network.voidSessionOptions.setTlsOptions(TlsOptions tlsOptions) Sets theTlsOptionsused to configure secure communication with endpoints.