|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SSLSupport
Nested Class Summary | |
---|---|
static class |
SSLSupport.CipherData
Simple data class that represents the cipher being used, along with the corresponding effective key size. |
Field Summary | |
---|---|
static java.lang.String |
CERTIFICATE_KEY
The Request attribute key for the client certificate chain. |
static java.lang.String |
CIPHER_SUITE_KEY
The Request attribute key for the cipher suite. |
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. |
static java.lang.String |
KEY_SIZE_KEY
The Request attribute key for the key size. |
static java.lang.String |
SESSION_ID_KEY
The Request attribute key for the session id. |
Method Summary | |
---|---|
java.lang.String |
getCipherSuite()
The cipher suite being used on this connection. |
java.lang.Integer |
getKeySize()
Get the keysize. |
java.lang.Object[] |
getPeerCertificateChain()
The client certificate chain (if any). |
java.lang.Object[] |
getPeerCertificateChain(boolean force)
The client certificate chain (if any). |
java.lang.String |
getSessionId()
The current session Id. |
Field Detail |
---|
static final java.lang.String CIPHER_SUITE_KEY
static final java.lang.String KEY_SIZE_KEY
static final java.lang.String CERTIFICATE_KEY
static final java.lang.String SESSION_ID_KEY
static final SSLSupport.CipherData[] ciphers
Method Detail |
---|
java.lang.String getCipherSuite() throws java.io.IOException
java.io.IOException
java.lang.Object[] getPeerCertificateChain() throws java.io.IOException
java.io.IOException
java.lang.Object[] getPeerCertificateChain(boolean force) throws java.io.IOException
force
- If true
, then re-negotiate the
connection if necessary.
java.io.IOException
java.lang.Integer getKeySize() throws java.io.IOException
java.io.IOException
java.lang.String getSessionId() throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |