tibemsSSLParams_GetIdentity


Function

Purpose

Get the client identity that an SSL parameter object represents.

C Declaration

tibems_status tibemsSSLParams_GetIdentity( 
    tibemsSSLParams SSLParams, 
    const void** data, 
    tibems_int* size, 
    tibems_int* encoding ); 

COBOL Call

CALL "tibemsSSLParams_GetIdentity" 
     USING BY VALUE SSLParams, 
           BY REFERENCE data, 
           BY REFERENCE size, 
           BY REFERENCE encoding, 
           RETURNING tibems-status 
END-CALL. 

SSLParams and data have usage pointer.

Remarks

A client identity includes a certificate and private key; it may also include issuer certificates (optional).

Parameter
Description
SSLParams
Get the identity from this SSL parameter object.
data
The function stores in this location a pointer to the identity data within the tibemsSSLParams object.
size
The function stores the length (in bytes) of the identity data in this location.
encoding
The function stores the encoding of the identity 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