Class TrustAllTrustManager

java.lang.Object
org.apache.camel.support.jsse.TrustAllTrustManager
All Implemented Interfaces:
TrustManager, X509TrustManager

public class TrustAllTrustManager extends Object implements X509TrustManager
A TrustManager that accepts all X509 certificates without any validation.

WARNING: This implementation should only be used in a controlled environment, such as testing or development, as it completely bypasses SSL certificate verification. Using this in production can expose the application to man-in-the-middle attacks.