Package com.biglybt.ui.swt.auth
Class CertificateTrustWindow
- java.lang.Object
-
- com.biglybt.ui.swt.auth.CertificateTrustWindow
-
- All Implemented Interfaces:
SECertificateListener
public class CertificateTrustWindow extends java.lang.Object implements SECertificateListener
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static class
CertificateTrustWindow.trustDialog
-
Constructor Summary
Constructors Constructor Description CertificateTrustWindow()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
trustCertificate(java.lang.String _resource, java.security.cert.X509Certificate cert)
-
-
-
Method Detail
-
trustCertificate
public boolean trustCertificate(java.lang.String _resource, java.security.cert.X509Certificate cert)
- Specified by:
trustCertificate
in interfaceSECertificateListener
-
-