public abstract class ManagerProvider extends Object
TrustManager
s and KeyManager
s.Constructor and Description |
---|
ManagerProvider() |
Modifier and Type | Method and Description |
---|---|
abstract KeyManager[] |
getKeyManagers() |
SSLContext |
getSSLContext() |
abstract TrustManager[] |
getTrustManagers() |
public abstract TrustManager[] getTrustManagers() throws GeneralSecurityException
GeneralSecurityException
public abstract KeyManager[] getKeyManagers() throws GeneralSecurityException
GeneralSecurityException
public SSLContext getSSLContext() throws GeneralSecurityException
GeneralSecurityException
Copyright © 2016. All rights reserved.