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


Chapter 17 IBM z/OS and IBM i : SSL Implementation on IBM EBCDIC Systems : tibemsSSLParams_System_SetKeyRingFile

tibemsSSLParams_System_SetKeyRingFile
Function
Purpose
Set the SAF key ring to be used by this application.
C Declaration
tibems_status tibemsSSLParams_System_SetKeyRingFile(
tibemsSSLParams params,
const char* keyring_file)
COBOL Call
CALL "tibemsSSLParams_System_SetKeyRingFile"
     USING BY VALUE params,
           BY REFERENCE keyring_file,
           RETURNING tibems-status
END-CALL.
 
params and keyring_file have usage pointer.
Parameters
 
Remarks
This is a global parameter which means that the first connection made by the application will establish the key ring or certificate store to be used by all other connections within this address space. Any attempt to specify a different key ring for subsequent connections will be ignored.
On z/OS, this parameter is required to make a connection. On IBM i this parameter is required to make a connection if no application ID parameter has been set. If an application ID is set, the key ring file parameter is ignored.
Returns TIBEMS_OK if it succeeds, otherwise TIBEMS_SSL_ERROR.
See Also
tibemsSSLParams_System_SetLabel on page 598
tibemsSSLParams_System_SetApplicationId on page 585

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