Interface CertificateValidationCompletionHandler

    • Method Detail

      • onSuccess

        void onSuccess()
        Reported when certificate chain is trusted.
      • onError

        void onError​(CertificateValidationException ex)
        Certificate chain cannot be trusted due to the failures.
        Parameters:
        ex - Exception containing the reason of certificate trust validation failure.