com.flat502.rox.processing
Class SSLSession
java.lang.Object
com.flat502.rox.processing.SSLSession
public class SSLSession
- extends java.lang.Object
Constructor Summary |
SSLSession(javax.net.ssl.SSLSession session)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SSLSession
public SSLSession(javax.net.ssl.SSLSession session)
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()