Uses of Class
com.bloomberglp.blpapi.TlsOptions.TlsInitializationException
Packages that use TlsOptions.TlsInitializationException
-
Uses of TlsOptions.TlsInitializationException in com.bloomberglp.blpapi
Methods in com.bloomberglp.blpapi that throw TlsOptions.TlsInitializationExceptionModifier and TypeMethodDescriptionstatic 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.