public interface SSLSupport
| Modifier and Type | Interface and Description |
|---|---|
static class |
SSLSupport.CipherData
Simple data class that represents the cipher being used, along with the
corresponding effective key size.
|
| Modifier and Type | Field and Description |
|---|---|
static SSLSupport.CipherData[] |
ciphers
A mapping table to determine the number of effective bits in the key
when using a cipher suite containing the specified cipher name.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCipherSuite()
The cipher suite being used on this connection.
|
Integer |
getKeySize()
Get the keysize.
|
Object[] |
getPeerCertificateChain()
The client certificate chain (if any).
|
Object[] |
getPeerCertificateChain(boolean force)
The client certificate chain (if any).
|
String |
getSessionId()
The current session Id.
|
static final SSLSupport.CipherData[] ciphers
String getCipherSuite() throws IOException
IOExceptionObject[] getPeerCertificateChain() throws IOException
IOExceptionObject[] getPeerCertificateChain(boolean force) throws IOException
force - If true, then re-negotiate the
connection if necessary.IOExceptionInteger getKeySize() throws IOException
IOExceptionString getSessionId() throws IOException
IOExceptionCopyright © 2016 JBoss by Red Hat. All rights reserved.