SSLInterceptor

public interface SSLInterceptor

Interceptor for SSL certificate verification.

Register an implementation via setSSLInterceptor to customize certificate pinning or accept self-signed certificates.

Functions

Link copied to clipboard
public abstract boolean check(SslCertificate sslCertificate)
Called to check whether the given SSL certificate should be trusted.