tibemsSSLParams_SetCRLUpdateInterval


Function

Purpose

Set the certificate revocation list (CRL) update interval.

C Declaration

tibems_status tibemsSSLParams_SetCRLUpdateInterval( 
    tibemsSSLParams SSLParams, 
    tibems_int hours ); 

COBOL Call

CALL "tibemsSSLParams_SetCRLUpdateInterval" 
     USING BY VALUE SSLParams, 
           BY VALUE hours, 
           RETURNING tibems-status 
END-CALL. 

SSLParams has usage pointer.

Parameter
Description
SSLParams
Set the value in this SSL parameter object.
hours
The program automatically updates its CRLs at this interval (in hours).
When this parameter is left unset, the default is 24 hours.


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