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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
finish(SSLSession sslSession)
void
init(SSLContext context, KeyManager[] km, X509TrustManager tm, SecureRandom random)
-
-
-
Method Detail
-
init
void init(SSLContext context, KeyManager[] km, X509TrustManager tm, SecureRandom random) throws KeyManagementException
- Throws:
KeyManagementException
-
finish
void finish(SSLSession sslSession) throws CertificateException
- Throws:
CertificateException
-
-