Constructor for an <code>SSLEngine</code>.
<P>
<code>SSLEngine</code> implementations may use the
<code>peerHost</code> and <code>peerPort</code> parameters as hints
for their internal session reuse strategy.
<P>
Some cipher suites (such as Kerberos) require remote hostname
information. Implementations of this class should use this
constructor to use Kerberos.
<P>
The parameters are not authenticated by the
<code>SSLEngine</code>.
@param peerHost the name of the peer host
@param peerPort the port number of the peer
@see SSLContext#createSSLEngine(string, int)
@see SSLSessionContext
Constructor for an <code>SSLEngine</code>. <P> <code>SSLEngine</code> implementations may use the <code>peerHost</code> and <code>peerPort</code> parameters as hints for their internal session reuse strategy. <P> Some cipher suites (such as Kerberos) require remote hostname information. Implementations of this class should use this constructor to use Kerberos. <P> The parameters are not authenticated by the <code>SSLEngine</code>.
@param peerHost the name of the peer host @param peerPort the port number of the peer @see SSLContext#createSSLEngine(string, int) @see SSLSessionContext