public class JotyTrustManager
extends org.joty.web.AbstractJotyTrustManager
implements javax.net.ssl.X509TrustManager
AbstractJotyTrustManager
Constructor and Description |
---|
JotyTrustManager(org.joty.app.JotyApplication app) |
Modifier and Type | Method and Description |
---|---|
void |
checkServerTrusted(java.security.cert.X509Certificate[] chain,
java.lang.String authType) |
java.security.cert.X509Certificate[] |
getAcceptedIssuers() |
certProperties, checkClientTrusted
public JotyTrustManager(org.joty.app.JotyApplication app) throws java.lang.Exception
java.lang.Exception
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
public java.security.cert.X509Certificate[] getAcceptedIssuers()
getAcceptedIssuers
in interface javax.net.ssl.X509TrustManager
getAcceptedIssuers
in class org.joty.web.AbstractJotyTrustManager