Class DMARCChecker
- java.lang.Object
-
- net.rpcnet.securitytoolkit.mail.dmarc.DMARCChecker
-
public class DMARCChecker extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Optional<DMARCResult>getDMARC(String domain)static Optional<DMARCResult>getDmarcResult(String dnsResponse)
-
-
-
Method Detail
-
getDMARC
public static Optional<DMARCResult> getDMARC(String domain)
-
getDmarcResult
public static Optional<DMARCResult> getDmarcResult(String dnsResponse)
-
-