Package jade.mtp.http.https
Interface HTTPSKeyManager
-
- All Superinterfaces:
KeyManager,X509KeyManager
- All Known Implementing Classes:
KeyStoreKeyManager
public interface HTTPSKeyManager extends X509KeyManager
Marker interface for all key managers used in HTTPS MTP- Author:
- Joan Ametller Esquerra
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinit(Profile profile)This method is used to pass profile data to trust Managers.-
Methods inherited from interface javax.net.ssl.X509KeyManager
chooseClientAlias, chooseServerAlias, getCertificateChain, getClientAliases, getPrivateKey, getServerAliases
-
-