public class JotyTrustManager
extends org.joty.web.AbstractJotyTrustManager
implements javax.net.ssl.X509TrustManager
org.joty.web.AbstractJotyTrustManager
.
Together with WebConn.Connector, possibly handles the user interaction for admittance and storage of the server certificate:
through the JotyApp.m_currentRespHandlersManager.m_exceptionalResponse 'flag', both sides of this management stay
in accord with the timing constraint imposed by the O.S. and do not interfere with the approach used in org.joty.mobile about the building
of the execution flow derived by the use of the JotyApp.ResponseHandlersManager class.AbstractJotyTrustManager
Modifier and Type | Method and Description |
---|---|
void |
checkServerTrusted(java.security.cert.X509Certificate[] chain,
java.lang.String authType) |
protected org.joty.app.Common |
getCommon() |
certProperties, checkClientTrusted, getAcceptedIssuers
public void checkServerTrusted(java.security.cert.X509Certificate[] chain, java.lang.String authType) throws java.security.cert.CertificateException
checkServerTrusted
in interface javax.net.ssl.X509TrustManager
java.security.cert.CertificateException
protected org.joty.app.Common getCommon()