Class TorrentNeedCertAlert

All Implemented Interfaces:
Alert<torrent_need_cert_alert>

public final class TorrentNeedCertAlert extends TorrentAlert<torrent_need_cert_alert>
This is always posted for SSL torrents. This is a reminder to the client that the torrent won't work unless TorrentHandle.setSslCertificate(java.lang.String, java.lang.String, java.lang.String) is called with a valid certificate. Valid certificates MUST be signed by the SSL certificate in the .torrent file.