Package org.minidns.integrationtest
Class DaneTest
- java.lang.Object
-
- org.minidns.integrationtest.DaneTest
-
-
Constructor Summary
Constructors Constructor Description DaneTest()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
testOarcDaneBadHash()
static void
testOarcDaneBadParams()
static void
testOarcDaneGood()
-
-
-
Constructor Detail
-
DaneTest
public DaneTest()
-
-
Method Detail
-
testOarcDaneGood
public static void testOarcDaneGood() throws IOException, CertificateException
- Throws:
IOException
CertificateException
-
testOarcDaneBadHash
public static void testOarcDaneBadHash() throws IOException, CertificateException
- Throws:
IOException
CertificateException
-
testOarcDaneBadParams
public static void testOarcDaneBadParams() throws IOException, CertificateException
- Throws:
IOException
CertificateException
-
-