Package jade.mtp.http.https
Interface HTTPSTrustManager
-
- All Superinterfaces:
TrustManager,X509TrustManager
- All Known Implementing Classes:
FriendListAuthentication,NoAuthentication,StrongAuthentication
public interface HTTPSTrustManager extends X509TrustManager
Marker interface for all trust 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.X509TrustManager
checkClientTrusted, checkServerTrusted, getAcceptedIssuers
-
-