public final class SslUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isInsecure(TrustManagerFactory factory)
Tests if
factory produces instances of a known
insecure (accepting) trust manager. |
public static boolean isInsecure(TrustManagerFactory factory)
factory produces instances of a known
insecure (accepting) trust manager.factory - the factoryCopyright © 2013–2021 Kitteh. All rights reserved.