Package com.digicert.validation.mpic
Interface MpicClientInterface
- All Known Implementing Classes:
NoopMpicClientImpl
public interface MpicClientInterface
Interface for MPIC (Multi-Perspective Corroboration) client operations.
This interface defines methods to retrieve MPIC DNS responses and file responses.
This interface also provides a default method to determine if corroboration enforcement is required, which must be true after the 09/15/2025 deadline for MPIC implemenation.
-
Method Summary
Modifier and TypeMethodDescriptiongetMpicDnsResponse(String domain, DnsType dnsType) getMpicFileResponse(String fileUrl) default Boolean
-
Method Details
-
getMpicDnsResponse
-
getMpicFileResponse
-
shouldEnforceCorroboration
-