You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually it is not a "real" issue, it is more like a request...
I am just wondering whether this lib can be used for authenticate mechanism between Android client and https server via xx.cer file. I mean client hold the certification file and need to use this cert file to get the authentication from https server.
I just saw that there is a class named SSLEngineFactory in this lib, but seems that I cannot build the certification file into the ssl context and create connection with https server. Is there any methods that I can achieve this goal with this lib?
The text was updated successfully, but these errors were encountered:
Actually it is not a "real" issue, it is more like a request...
I am just wondering whether this lib can be used for authenticate mechanism between Android client and https server via xx.cer file. I mean client hold the certification file and need to use this cert file to get the authentication from https server.
I just saw that there is a class named SSLEngineFactory in this lib, but seems that I cannot build the certification file into the ssl context and create connection with https server. Is there any methods that I can achieve this goal with this lib?
The text was updated successfully, but these errors were encountered: