Interface TrustStrategy

All Superinterfaces:
TrustStrategy
All Known Implementing Classes:
TrustAllStrategy, TrustSelfSignedStrategy

public interface TrustStrategy extends TrustStrategy
A strategy to establish trustworthiness of certificates without consulting the trust manager configured in the actual SSL context. This interface can be used to override the standard JSSE certificate verification process.
Since:
4.1