com.esri.core.io
Interface OnSelfSignedCertificateListener


public interface OnSelfSignedCertificateListener

Implements the listener to handle self-signed certificates.

Since:
1.0

Method Summary
 boolean checkServerTrusted(X509Certificate[] chain, String authType)
          The check is called by the X509 trust manager.
 

Method Detail

checkServerTrusted

boolean checkServerTrusted(X509Certificate[] chain,
                           String authType)
The check is called by the X509 trust manager. Returns true if the certificates can be trusted.

Parameters:
chain - the certificates chain to check.
authType - the type of the cerificates
Returns:
returns true if the certificates can be trusted.


Copyright © 2012. All Rights Reserved.