Package org.minidns.integrationtest
Class DnssecTest
- java.lang.Object
-
- org.minidns.integrationtest.DnssecTest
-
public class DnssecTest extends Object
-
-
Constructor Summary
Constructors Constructor Description DnssecTest()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
testCloudFlare()
static void
testOarcDaneBadSig()
static void
testUniDueSigFail()
static void
testUniDueSigOk()
-
-
-
Constructor Detail
-
DnssecTest
public DnssecTest()
-
-
Method Detail
-
testOarcDaneBadSig
public static void testOarcDaneBadSig() throws Exception
- Throws:
Exception
-
testUniDueSigOk
public static void testUniDueSigOk() throws IOException
- Throws:
IOException
-
testUniDueSigFail
public static void testUniDueSigFail() throws IOException
- Throws:
IOException
-
testCloudFlare
public static void testCloudFlare() throws IOException
- Throws:
IOException
-
-