uCosminexus Application Server, Web Service Development Guide

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

HTTPSProperties(Hostname Verifier hv) constructor

Description

This method sets up an HTTPSProperties object from the javax.net.ssl.HostnameVerifier object specified in the argument and the SSLContext object that is generated by specifying SSL in the argument of the getInstance() method of the javax.net.ssl.SSLContext class.

Syntax

public HTTPSProperties(HostnameVerifier hv)

throws NoSuchAlgorithmException

Parameter

hv
This is the HostnameVerifier object to be specified in the HTTPSProperties object to be set up.

Return value

None.

Exception

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

Notes