com.brm.net.ssl
Class SSLSession

java.lang.Object
  |
  +--com.brm.net.ssl.SSLSession

public class SSLSession
extends java.lang.Object

SSL Àç ¿¬°áÀ» À§ÇÑ SSL ¿¬°á °ü¸® ¼¼¼Ç Ŭ·¡½ºÀÌ´Ù.

Title: Barunmo Java SSL Socket Class

Description: SSL Socket Class by using OpenSSL

Copyright: Copyright (c) 2002 Jung-Ho Cha

Company: Barunmo

Version:
1.0.0
Author:
Jung-Ho Cha

Constructor Summary
SSLSession(SSLSocket sock)
          SSLSession ¿ÀºêÁ§Æ®¸¦ ¸¸µç´Ù.
 
Method Summary
 java.net.InetAddress getInetAddress()
           
 int getPort()
           
 byte[] getSession()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSLSession

public SSLSession(SSLSocket sock)
           throws SSLException
SSLSession ¿ÀºêÁ§Æ®¸¦ ¸¸µç´Ù.
Parameters:
sock -  
Throws:
SSLException - nativeNewSession() ¸Þ¼­µå ³»ºÎ¿¡¼­ ¿¹¿Ü¸¦ ¹ß»ý½ÃŲ´Ù.
Method Detail

getSession

public byte[] getSession()

getInetAddress

public java.net.InetAddress getInetAddress()

getPort

public int getPort()