Package us.zoom.sdk

Interface SSLCertVerificationHandler


  • public interface SSLCertVerificationHandler
    • Method Detail

      • getCertIssuedTo

        java.lang.String getCertIssuedTo()
        Get the value of whom the SSL certificate is issued to.
        Returns:
        The value of whom the SSL certificate issued to.
      • getCertIssuedBy

        java.lang.String getCertIssuedBy()
        Get the value that who issues the SSL certificate.
        Returns:
        The issuer of the SSL certificate.
      • getCertSerialNum

        java.lang.String getCertSerialNum()
        Get the serial number of the SSL certificate.
        Returns:
        Serial number of the SSL certificate.
      • getCertFingerprint

        java.lang.String getCertFingerprint()
        Get the SSL certificate's fingerprint.
        Returns:
        The SSL certificate's fingerprint.
      • trust

        void trust()
        The SSL certificate is trusted.
      • cancel

        void cancel()
        The SSL certificate is not trusted.