-
public final class SslErrorVerifierClass for handling SSL errors
-
-
Method Summary
Modifier and Type Method Description static booleanverifySslError(@NonNull() SslError error, @NonNull() TrustManagerFactory trustManagerFactory)Returns the result of checking the validity of an SSL certificate Boolean -
-
Method Detail
-
verifySslError
static boolean verifySslError(@NonNull() SslError error, @NonNull() TrustManagerFactory trustManagerFactory)
Returns the result of checking the validity of an SSL certificate Boolean
- Parameters:
error- SslError.trustManagerFactory- TrustManagerFactory.
-
-
-
-