public class SslUtil extends Object
| Constructor and Description |
|---|
SslUtil() |
| Modifier and Type | Method and Description |
|---|---|
static SSLSocketFactory |
getSSLSocketFactoryWithCA(CASignedSSLParam param) |
static SSLSocketFactory |
getSSLSocketFactoryWithoutCA(SelfSignedSSLParam param) |
static TrustManager[] |
getTrustManagers() |
public static SSLSocketFactory getSSLSocketFactoryWithCA(CASignedSSLParam param)
public static SSLSocketFactory getSSLSocketFactoryWithoutCA(SelfSignedSSLParam param)
public static TrustManager[] getTrustManagers()
Copyright © 2024. All rights reserved.