11.07.2015 Views

Borland VisiBroker® 7.0 - Borland Technical Publications

Borland VisiBroker® 7.0 - Borland Technical Publications

Borland VisiBroker® 7.0 - Borland Technical Publications

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

SSL APIThis method is used in the client or the server to set the certificate chain and privatekey that must be used for the SSL connections. This is required for servers andoptional for clients. Also look at the peerAuthenticationMode property documented inChapter 10, “Security Properties for C++.”ParameterchainprivkeypasswordDescriptionThe certificate chain.The private key used for the SSL connection.The password for the private key.ExceptionsCORBA::BAD_PARAM if the user name or password is null.void setCipherSuiteList (const ssl::CipherSuiteInfoList& list)This method is used in the client or the server to specify the ciphers available for theSSL connections.ParameterlistDescriptionA comma-separated list of cipher suites.ReturnsReturnsssl::CipherSuiteInfoList* listAvailableCipherSuites()Returns a list of cipher suites available in VisiSecure. You are responsible for freeingmemory.A list of cipher suites.ssl::CipherSuiteInfoList* getCipherSuiteList()Returns the ciphers that are currently used by the SSL layer.A list of cipher suites.void setP12Identity (const CORBASEC::ASNIOBJECT& pks12cert, const char*password)Parameterpks12certpasswordDescriptionPKCS#12 formatted data.The private key password.108 VisiBroker Security Guide

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!