com.flat502.rox.processing
Class SSLSession

java.lang.Object
  extended by com.flat502.rox.processing.SSLSession

public class SSLSession
extends java.lang.Object


Constructor Summary
SSLSession(javax.net.ssl.SSLSession session)
           
 
Method Summary
 java.lang.String getCipherSuite()
           
 java.security.cert.Certificate[] getLocalCertificates()
           
 java.security.Principal getLocalPrincipal()
           
 java.security.cert.Certificate[] getPeerCertificates()
           
 java.security.Principal getPeerPrincipal()
           
 java.lang.String getProtocol()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSLSession

public SSLSession(javax.net.ssl.SSLSession session)
Method Detail

getLocalCertificates

public java.security.cert.Certificate[] getLocalCertificates()

getLocalPrincipal

public java.security.Principal getLocalPrincipal()

getPeerCertificates

public java.security.cert.Certificate[] getPeerCertificates()
                                                     throws javax.net.ssl.SSLPeerUnverifiedException
Throws:
javax.net.ssl.SSLPeerUnverifiedException

getPeerPrincipal

public java.security.Principal getPeerPrincipal()
                                         throws javax.net.ssl.SSLPeerUnverifiedException
Throws:
javax.net.ssl.SSLPeerUnverifiedException

getCipherSuite

public java.lang.String getCipherSuite()

getProtocol

public java.lang.String getProtocol()