Interface IPhase4PeppolCertificateCheckResultHandler


public interface IPhase4PeppolCertificateCheckResultHandler
Interface for handling Peppol certification validations results
Since:
0.9.5
Author:
Philip Helger
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onCertificateCheckResult(@Nullable X509Certificate aAPCertificate, @NonNull OffsetDateTime aCheckDT, @NonNull com.helger.security.certificate.ECertificateCheckResult eCertCheckResult)
    Invoked after certificate check.
  • Method Details

    • onCertificateCheckResult

      void onCertificateCheckResult(@Nullable X509Certificate aAPCertificate, @NonNull OffsetDateTime aCheckDT, @NonNull com.helger.security.certificate.ECertificateCheckResult eCertCheckResult) throws com.helger.phase4.util.Phase4Exception
      Invoked after certificate check.
      Parameters:
      aAPCertificate - The AP certificate that was checked. May be null.
      aCheckDT - The date and time that was used to check the certificate. Never null.
      eCertCheckResult - The result of the certificate check. Never null.
      Throws:
      com.helger.phase4.util.Phase4Exception - Implementation dependent