Package org.jivesoftware.smack.util.dns
Interface SmackDaneVerifier
public interface SmackDaneVerifier
Implementations of this interface define a class that is capable of enabling DANE on a connection.
-
Method Summary
Modifier and TypeMethodDescriptionvoidfinish(SSLSession sslSession) voidinit(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
-