uCosminexus Application Server, Web Service Development Guide

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

HTTPSProperties() constructor

Description

This method sets up the HTTPSProperties object from the SSLContext object that is generated by specifying SSL in the argument of the getInstance() method of the javax.net.ssl.SSLContext class. The set up HTTPSProperties object does not include the javax.net.ssl.HostnameVerifier object.

Syntax

public HTTPSProperties()

throws java.security.NoSuchAlgorithmException

Parameter

None.

Return value

None.

Exception

NoSuchAlgorithmException
This exception is thrown if the SSLContext object cannot be generated.

Notes

None.