Class RecordChecker
- java.lang.Object
-
- net.rpcnet.securitytoolkit.common.dns.RecordChecker
-
public final class RecordChecker extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRecordChecker.CAADto
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Collection<RecordChecker.CAADto>getCAA(String domain)static Collection<RecordChecker.CAADto>getCAA(String format, String domain)static Collection<String>getTXT(String domain)static Collection<String>getTXT(String format, String domain)
-
-
-
Method Detail
-
getCAA
public static Collection<RecordChecker.CAADto> getCAA(String domain)
-
getTXT
public static Collection<String> getTXT(String domain)
-
getTXT
public static Collection<String> getTXT(String format, String domain)
-
getCAA
public static Collection<RecordChecker.CAADto> getCAA(String format, String domain)
-
-