@SuppressWarnings("deprecation") // TODO remove once the constructor is made non-public (and therefore non-deprecated)
@Override
public ProtonJSslPeerDetails createSslPeerDetails(String hostname, int port)
{
return new SslPeerDetailsImpl(hostname, port);
}