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.

Parameter
Description
SSLParams
Get the private key from this SSL parameter object.
data
The function stores in this location a pointer to the key data within the tibemsSSLParams object.
size
The function stores the length (in bytes) of the key data in this location.
encoding
The function stores the encoding of the key data in this location; for values, see Table 16, Certificate Encodings.


TIBCO Enterprise Message Service™ C and COBOL Reference
System Release 4.3, February 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com