Package | Description |
---|---|
io.netty.handler.ssl.ocsp |
Certificate validation using OCSP
|
Modifier and Type | Field and Description |
---|---|
static IoTransport |
IoTransport.DEFAULT
|
Modifier and Type | Method and Description |
---|---|
static IoTransport |
IoTransport.create(EventLoop eventLoop,
ChannelFactory<SocketChannel> socketChannel,
ChannelFactory<DatagramChannel> datagramChannel)
Create a new
IoTransport instance |
Modifier and Type | Method and Description |
---|---|
protected static DnsNameResolver |
OcspServerCertificateValidator.createDefaultResolver(IoTransport ioTransport) |
Constructor and Description |
---|
OcspServerCertificateValidator(boolean closeAndThrowIfNotValid,
boolean validateNonce,
IoTransport ioTransport,
DnsNameResolver dnsNameResolver)
Create a new
IoTransport instance |
OcspServerCertificateValidator(boolean validateNonce,
IoTransport ioTransport)
Create a new
OcspServerCertificateValidator instance |
OcspServerCertificateValidator(boolean validateNonce,
IoTransport ioTransport,
DnsNameResolver dnsNameResolver)
Create a new
IoTransport instance with OcspServerCertificateValidator.closeAndThrowIfNotValid set to true |
Copyright © 2008–2024 The Netty Project. All rights reserved.