public interface QuicSslSessionContext
extends javax.net.ssl.SSLSessionContext
SSLSessionContext which also supports advanced operations.| Modifier and Type | Method and Description |
|---|---|
void |
setTicketKeys(SslSessionTicketKey... keys)
Sets the
SslSessionTicketKeys that should be used. |
void setTicketKeys(SslSessionTicketKey... keys)
SslSessionTicketKeys that should be used. The first key of the array is used for encryption
and decryption while the rest of the array is only used for decryption. This allows you to better handling
rotating of the keys. The rotating is the responsibility of the user.
If null is used for keys a key will automatically generated by the library and also rotated.keys - the tickets to use.Copyright © 2020-2024 The Netty Project. All Rights Reserved.