Package com.sun.enterprise.security.ssl
Class GlassfishSSLSupport
- java.lang.Object
-
- com.sun.enterprise.security.ssl.GlassfishSSLSupport
-
- All Implemented Interfaces:
org.glassfish.grizzly.ssl.SSLSupport
public class GlassfishSSLSupport extends Object implements org.glassfish.grizzly.ssl.SSLSupport
- Author:
- Sudarsan Sridhar
-
-
Constructor Summary
Constructors Constructor Description GlassfishSSLSupport(SSLEngine engine)GlassfishSSLSupport(SSLSocket socket)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCipherSuite()IntegergetKeySize()Certificate[]getPeerCertificates()Certificate[]getPeerCertificates(boolean force)StringgetSessionId()
-
-
-
Method Detail
-
getCipherSuite
public String getCipherSuite() throws IOException
- Specified by:
getCipherSuitein interfaceorg.glassfish.grizzly.ssl.SSLSupport- Throws:
IOException
-
getPeerCertificates
public Certificate[] getPeerCertificates() throws IOException
- Specified by:
getPeerCertificatesin interfaceorg.glassfish.grizzly.ssl.SSLSupport- Throws:
IOException
-
getPeerCertificates
public Certificate[] getPeerCertificates(boolean force) throws IOException
- Specified by:
getPeerCertificatesin interfaceorg.glassfish.grizzly.ssl.SSLSupport- Throws:
IOException
-
getKeySize
public Integer getKeySize() throws IOException
- Specified by:
getKeySizein interfaceorg.glassfish.grizzly.ssl.SSLSupport- Throws:
IOException
-
getSessionId
public String getSessionId() throws IOException
- Specified by:
getSessionIdin interfaceorg.glassfish.grizzly.ssl.SSLSupport- Throws:
IOException
-
-