final class NewSessionTicket extends Object
| 限定符和类型 | 类和说明 |
|---|---|
private static class |
NewSessionTicket.NewSessionTicketConsumer |
private static class |
NewSessionTicket.NewSessionTicketKickstartProducer |
(专用程序包) static class |
NewSessionTicket.NewSessionTicketMessage
The NewSessionTicketMessage handshake message.
|
private static class |
NewSessionTicket.NewSessionTicketProducer
The "NewSessionTicket" handshake message producer.
|
| 限定符和类型 | 字段和说明 |
|---|---|
(专用程序包) static SSLConsumer |
handshakeConsumer |
(专用程序包) static HandshakeProducer |
handshakeProducer |
(专用程序包) static SSLProducer |
kickstartProducer |
private static int |
MAX_TICKET_LIFETIME |
| 构造器和说明 |
|---|
NewSessionTicket() |
private static final int MAX_TICKET_LIFETIME
static final SSLConsumer handshakeConsumer
static final SSLProducer kickstartProducer
static final HandshakeProducer handshakeProducer
private static SecretKey derivePreSharedKey(CipherSuite.HashAlg hashAlg, SecretKey resumptionMasterSecret, byte[] nonce) throws IOException
IOExceptionCopyright © 2023. All rights reserved.