Class CertificateChainReportingTrustManager

java.lang.Object
org.graylog2.security.untrusted.CertificateChainReportingTrustManager
All Implemented Interfaces:
TrustManager, X509TrustManager

public class CertificateChainReportingTrustManager extends Object implements X509TrustManager
This trust manager is making the certificate chain easily accessible in the CertificateReportingException if the delegate trust manager throws an certificate exception. The caller can then see which certificates have been used and validated.