Uses of Class
io.netty.handler.ssl.ocsp.IoTransport
Packages that use IoTransport
Package
Description
OCSP stapling,
formally known as the TLS Certificate Status Request extension, is an
alternative approach to the Online Certificate Status Protocol (OCSP)
for checking the revocation status of X.509 digital certificates.
-
Uses of IoTransport in io.netty.handler.ssl.ocsp
Fields in io.netty.handler.ssl.ocsp declared as IoTransportModifier and TypeFieldDescriptionstatic final IoTransport
IoTransport.DEFAULT
private final IoTransport
OcspServerCertificateValidator.ioTransport
Methods in io.netty.handler.ssl.ocsp that return IoTransportModifier and TypeMethodDescriptionstatic IoTransport
IoTransport.create
(EventLoop eventLoop, ChannelFactory<SocketChannel> socketChannel, ChannelFactory<DatagramChannel> datagramChannel) Create a newIoTransport
instanceMethods in io.netty.handler.ssl.ocsp with parameters of type IoTransportModifier and TypeMethodDescriptionprotected static DnsNameResolver
OcspServerCertificateValidator.createDefaultResolver
(IoTransport ioTransport) private static Promise
<org.bouncycastle.cert.ocsp.OCSPResp> OcspClient.query
(EventLoop eventLoop, ByteBuf ocspRequest, String host, int port, String path, IoTransport ioTransport, DnsNameResolver dnsNameResolver) Query the OCSP responder for certificate status using HTTP/1.1(package private) static Promise
<org.bouncycastle.cert.ocsp.BasicOCSPResp> OcspClient.query
(X509Certificate x509Certificate, X509Certificate issuer, boolean validateResponseNonce, IoTransport ioTransport, DnsNameResolver dnsNameResolver) Query the certificate status using OCSPConstructors in io.netty.handler.ssl.ocsp with parameters of type IoTransportModifierConstructorDescriptionOcspServerCertificateValidator
(boolean closeAndThrowIfNotValid, boolean validateNonce, IoTransport ioTransport, DnsNameResolver dnsNameResolver) Create a newIoTransport
instanceOcspServerCertificateValidator
(boolean validateNonce, IoTransport ioTransport) Create a newOcspServerCertificateValidator
instanceOcspServerCertificateValidator
(boolean validateNonce, IoTransport ioTransport, DnsNameResolver dnsNameResolver) Create a newIoTransport
instance withOcspServerCertificateValidator.closeAndThrowIfNotValid
set totrue