- All Known Subinterfaces:
- ProtonJSslPeerDetails
- All Known Implementing Classes:
- SslPeerDetailsImpl
public interface SslPeerDetails
The details of the remote peer involved in an SSL session.
Used when creating an SSL session to hint that the underlying SSL implementation
should attempt to resume a previous session if one exists for the same peer details,
e.g. using session identifiers (http://tools.ietf.org/html/rfc5246) or session tickets
(http://tools.ietf.org/html/rfc5077).