Package org.ldaptive.ssl
Interface AggregateTrustManager.TrustManagerConsumer
-
- Enclosing class:
- AggregateTrustManager
private static interface AggregateTrustManager.TrustManagerConsumerInterface for consuming a trust manager.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcheckTrusted(X509ExtendedTrustManager tm)Invoke the trust check for the supplied trust manager.
-
-
-
Method Detail
-
checkTrusted
void checkTrusted(X509ExtendedTrustManager tm) throws CertificateException
Invoke the trust check for the supplied trust manager.- Parameters:
tm- trust manager- Throws:
CertificateException- if trust check fails
-
-