Class OcspServerCertificateValidator

All Implemented Interfaces:
ChannelHandler, ChannelInboundHandler

public class OcspServerCertificateValidator extends ChannelInboundHandlerAdapter
OcspServerCertificateValidator validates incoming server's certificate using OCSP. Once TLS handshake is completed, SslHandshakeCompletionEvent.SUCCESS is fired, validator will perform certificate validation using OCSP over HTTP/1.1 with the server's certificate issuer OCSP responder.