tibemsSSLParams_GetPrivateKey

Function

Purpose

Get the private key from a TLS parameter object.

C Declaration

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

IBM Systems

This function is not supported on z/OS and IBM i systems. For more information, see TLS Implementation on IBM EBCDIC Systems.

Parameters

Parameter Description
SSLParams Get the private key from this TLS 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 Certificate Encodings.