Uses of Interface
com.biglybt.pif.utils.security.CertificateListener
-
Packages that use CertificateListener Package Description com.biglybt.pif.utils.security com.biglybt.pifimpl.local.utils.security -
-
Uses of CertificateListener in com.biglybt.pif.utils.security
Methods in com.biglybt.pif.utils.security with parameters of type CertificateListener Modifier and Type Method Description void
SESecurityManager. addCertificateListener(CertificateListener listener)
void
SESecurityManager. removeCertificateListener(CertificateListener listener)
-
Uses of CertificateListener in com.biglybt.pifimpl.local.utils.security
Methods in com.biglybt.pifimpl.local.utils.security with parameters of type CertificateListener Modifier and Type Method Description void
SESecurityManagerImpl. addCertificateListener(CertificateListener listener)
void
SESecurityManagerImpl. removeCertificateListener(CertificateListener listener)
-