public interface Ssl
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCipherName()
Get the name of the Cipher that is currently in use.
|
java.lang.String |
getPeerHostname() |
java.lang.String |
getProtocolName()
Get the name of the SSL protocol that is currently in use.
|
void |
setPeerHostname(java.lang.String hostname) |
java.lang.String getCipherName()
java.lang.String getProtocolName()
void setPeerHostname(java.lang.String hostname)
java.lang.String getPeerHostname()