uCosminexus Application Server, Web Service Development Guide

[Contents][Glossary][Index][Back][Next]

getSSLContext() method

Description

This method acquires the SSLContext object.

Syntax

public SSLContext getSSLContext()

Parameter

None.

Return value

The method returns the SSLContext object. The method returns null when the SSLContext object is not set in this object (HTTPSProperties object).

Notes