Package org.jivesoftware.smack.util.dns
Interface SmackDaneVerifier
- All Known Implementing Classes:
MiniDnsDaneVerifier
public interface SmackDaneVerifier
Implementations of this interface define a class that is capable of enabling DANE on a connection.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
finish
(SSLSession sslSession) void
init
(SSLContext context, KeyManager[] km, X509TrustManager tm, SecureRandom random)
-
Method Details
-
init
void init(SSLContext context, KeyManager[] km, X509TrustManager tm, SecureRandom random) throws KeyManagementException - Throws:
KeyManagementException
-
finish
- Throws:
CertificateException
-