Class X509RevocationTrustManager

java.lang.Object
javax.net.ssl.X509ExtendedTrustManager
org.wildfly.security.ssl.X509RevocationTrustManager
All Implemented Interfaces:
TrustManager, X509TrustManager

public class X509RevocationTrustManager extends X509ExtendedTrustManager
Extension to the X509TrustManager interface to support OCSP and CRL verification.
Author:
Martin Mazanek