public abstract class ManagerProvider extends Object
TrustManagers and KeyManagers.| Constructor and Description |
|---|
ManagerProvider() |
| Modifier and Type | Method and Description |
|---|---|
abstract KeyManager[] |
getKeyManagers() |
SSLContext |
getSSLContext() |
abstract TrustManager[] |
getTrustManagers() |
public abstract TrustManager[] getTrustManagers() throws GeneralSecurityException
GeneralSecurityExceptionpublic abstract KeyManager[] getKeyManagers() throws GeneralSecurityException
GeneralSecurityExceptionpublic SSLContext getSSLContext() throws GeneralSecurityException
GeneralSecurityExceptionCopyright © 2018. All Rights Reserved.