public interface Ssl
Modifier and Type | Method and Description |
---|---|
String |
getCipherName()
Get the name of the Cipher that is currently in use.
|
String |
getPeerHostname() |
String |
getProtocolName()
Get the name of the SSL protocol that is currently in use.
|
void |
setPeerHostname(String hostname) |
String getCipherName()
String getProtocolName()
void setPeerHostname(String hostname)
String getPeerHostname()
Copyright © 2016 The Apache Software Foundation. All rights reserved.