Uses of Class
io.netty.handler.ssl.ocsp.IoTransport
-
Packages that use IoTransport Package Description io.netty.handler.ssl.ocsp 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 IoTransport Modifier and Type Field Description static IoTransportIoTransport. DEFAULTprivate IoTransportOcspServerCertificateValidator. ioTransportMethods in io.netty.handler.ssl.ocsp that return IoTransport Modifier and Type Method Description static IoTransportIoTransport. create(EventLoop eventLoop, ChannelFactory<SocketChannel> socketChannel, ChannelFactory<DatagramChannel> datagramChannel)Create a newIoTransportinstanceMethods in io.netty.handler.ssl.ocsp with parameters of type IoTransport Modifier and Type Method Description protected static DnsNameResolverOcspServerCertificateValidator. createDefaultResolver(IoTransport ioTransport)private static Promise<org.bouncycastle.cert.ocsp.OCSPResp>OcspClient. query(EventLoop eventLoop, ByteBuf ocspRequest, java.lang.String host, int port, java.lang.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(java.security.cert.X509Certificate x509Certificate, java.security.cert.X509Certificate issuer, boolean validateResponseNonce, IoTransport ioTransport, DnsNameResolver dnsNameResolver)Query the certificate status using OCSPConstructors in io.netty.handler.ssl.ocsp with parameters of type IoTransport Constructor Description OcspServerCertificateValidator(boolean closeAndThrowIfNotValid, boolean validateNonce, IoTransport ioTransport, DnsNameResolver dnsNameResolver)Create a newIoTransportinstanceOcspServerCertificateValidator(boolean validateNonce, IoTransport ioTransport)Create a newOcspServerCertificateValidatorinstanceOcspServerCertificateValidator(boolean validateNonce, IoTransport ioTransport, DnsNameResolver dnsNameResolver)Create a newIoTransportinstance withOcspServerCertificateValidator.closeAndThrowIfNotValidset totrue
-