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