public class TrustFromStoreServiceStrategy
extends java.lang.Object
implements org.apache.http.ssl.TrustStrategy
| Constructor and Description |
|---|
TrustFromStoreServiceStrategy() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isTrusted(java.security.cert.X509Certificate[] chain,
java.lang.String authType) |
void |
setTrustStoreService(TrustStoreService trustStoreService) |
public void setTrustStoreService(TrustStoreService trustStoreService)
public boolean isTrusted(java.security.cert.X509Certificate[] chain,
java.lang.String authType)
throws java.security.cert.CertificateException
isTrusted in interface org.apache.http.ssl.TrustStrategyjava.security.cert.CertificateExceptionCopyright © 2019. All Rights Reserved.