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


Chapter 7 Connection : tibemsSSLParams : tibemsSSLParams_GetPrivateKey

tibemsSSLParams_GetPrivateKey
Function
Purpose
Get the private key from an SSL parameter object.
C Declaration
tibems_status tibemsSSLParams_GetPrivateKey(
    tibemsSSLParams SSLParams,
    const void** data,
    tibems_int* size,
    tibems_int* encoding );
COBOL Call
CALL "tibemsSSLParams_GetPrivateKey"
     USING BY VALUE SSLParams,
           BY REFERENCE data,
           BY REFERENCE size,
           BY REFERENCE encoding,
           RETURNING tibems-status
END-CALL.
 
SSLParams and data have usage pointer.
Parameters
 

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