Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 8 Connection Factory : tibemsConnectionFactory : tibemsConnectionFactory_SetPkPassword

tibemsConnectionFactory_SetPkPassword
Function
Purpose
Set the SSL private key password for the connection factory.
C Declaration
extern tibems_status tibemsConnectionFactory_SetPkPassword(
    tibemsConnectionFactory factory,
    const char* pk_password);
COBOL Call
CALL "tibemsConnectionFactory_SetPkPassword"
    USING BY VALUE factory,
           BY REFERENCE pk-password,
           RETURNING tibems-status
END-CALL.
 
factory has usage pointer.
On IBM z/OS systems, the pk-password must always be a null value.
Parameters
 
Connections created by the connection factory decode their SSL private key using this password when establishing SSL communication.
Remarks
It is an error to call this function on a connection factory for which an tibemsSSLParams struct is not yet set.
Notice that this SSL private key encryption password is distinct from the server authentication password, and from the proxy authentication password.
See Also
tibemsSSLParams on page 231
tibemsConnectionFactory_SetSSLParams on page 275

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved