Class MiniDnsDaneVerifier
java.lang.Object
org.jivesoftware.smack.util.dns.minidns.MiniDnsDaneVerifier
- All Implemented Interfaces:
SmackDaneVerifier
-
Method Summary
Modifier and TypeMethodDescriptionvoid
finish
(SSLSession sslSession) void
init
(SSLContext context, KeyManager[] km, X509TrustManager tm, SecureRandom random)
-
Method Details
-
init
public void init(SSLContext context, KeyManager[] km, X509TrustManager tm, SecureRandom random) throws KeyManagementException - Specified by:
init
in interfaceSmackDaneVerifier
- Throws:
KeyManagementException
-
finish
- Specified by:
finish
in interfaceSmackDaneVerifier
- Throws:
CertificateException
-