Uses of Interface
com.biglybt.core.security.SECertificateListener
-
Packages that use SECertificateListener Package Description com.biglybt.core.security com.biglybt.core.security.impl com.biglybt.ui.swt.auth -
-
Uses of SECertificateListener in com.biglybt.core.security
Methods in com.biglybt.core.security with parameters of type SECertificateListener Modifier and Type Method Description static void
SESecurityManager. addCertificateListener(SECertificateListener l)
static void
SESecurityManager. removeCertificateListener(SECertificateListener l)
static void
SESecurityManager. setCertificateHandler(java.net.URL url, SECertificateListener l)
-
Uses of SECertificateListener in com.biglybt.core.security.impl
Fields in com.biglybt.core.security.impl with type parameters of type SECertificateListener Modifier and Type Field Description protected java.util.List<SECertificateListener>
SESecurityManagerImpl. certificate_listeners
Methods in com.biglybt.core.security.impl with parameters of type SECertificateListener Modifier and Type Method Description void
SESecurityManagerImpl. addCertificateListener(SECertificateListener l)
void
SESecurityManagerImpl. removeCertificateListener(SECertificateListener l)
void
SESecurityManagerImpl. setCertificateHandler(java.net.URL url, SECertificateListener l)
-
Uses of SECertificateListener in com.biglybt.ui.swt.auth
Classes in com.biglybt.ui.swt.auth that implement SECertificateListener Modifier and Type Class Description class
CertificateTrustWindow
-