public class GlassfishSSLSupport extends Object implements org.glassfish.grizzly.ssl.SSLSupport
| Constructor and Description |
|---|
GlassfishSSLSupport(SSLEngine engine) |
GlassfishSSLSupport(SSLSocket socket) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCipherSuite() |
Integer |
getKeySize() |
Object[] |
getPeerCertificateChain() |
Object[] |
getPeerCertificateChain(boolean force) |
String |
getSessionId() |
public GlassfishSSLSupport(SSLSocket socket)
public GlassfishSSLSupport(SSLEngine engine)
public String getCipherSuite() throws IOException
getCipherSuite in interface org.glassfish.grizzly.ssl.SSLSupportIOExceptionpublic Object[] getPeerCertificateChain() throws IOException
getPeerCertificateChain in interface org.glassfish.grizzly.ssl.SSLSupportIOExceptionpublic Object[] getPeerCertificateChain(boolean force) throws IOException
getPeerCertificateChain in interface org.glassfish.grizzly.ssl.SSLSupportIOExceptionpublic Integer getKeySize() throws IOException
getKeySize in interface org.glassfish.grizzly.ssl.SSLSupportIOExceptionpublic String getSessionId() throws IOException
getSessionId in interface org.glassfish.grizzly.ssl.SSLSupportIOExceptionCopyright © 2017. All rights reserved.