Class | Description |
---|---|
TrustAllClientsWrappingTrustManager |
TrustManager that accepts all client certificates as trusted.
|
TrustAllClientsWrappingTrustManager.Wrapper |
Wrapper factory class that wraps existing X509TrustManagers into
X509TrustManagers that trust any clients.
|
TrustAllServersWrappingTrustManager |
TrustManager that accepts all server certificates as trusted; BE VERY
CAREFUL, THIS WILL MAKE YOUR CONNECTION INSECURE.
|
TrustAllServersWrappingTrustManager.Wrapper |
Wrapper factory class that wraps existing X509TrustManagers into
X509TrustManagers that trust any clients.
|
Copyright © 2016. All rights reserved.