Class TorrentNeedCertAlert

java.lang.Object
com.frostwire.jlibtorrent.alerts.AbstractAlert<com.frostwire.jlibtorrent.swig.torrent_need_cert_alert>
com.frostwire.jlibtorrent.alerts.TorrentAlert<com.frostwire.jlibtorrent.swig.torrent_need_cert_alert>
com.frostwire.jlibtorrent.alerts.TorrentNeedCertAlert
All Implemented Interfaces:
Alert<com.frostwire.jlibtorrent.swig.torrent_need_cert_alert>

public final class TorrentNeedCertAlert extends TorrentAlert<com.frostwire.jlibtorrent.swig.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.