Package | Description |
---|---|
org.bouncycastle.crypto.tls |
Modifier and Type | Method and Description |
---|---|
NewSessionTicket |
TlsServer.getNewSessionTicket()
RFC 5077 3.3.
|
NewSessionTicket |
AbstractTlsServer.getNewSessionTicket() |
static NewSessionTicket |
NewSessionTicket.parse(InputStream input)
Parse a
NewSessionTicket from an InputStream . |
Modifier and Type | Method and Description |
---|---|
protected byte[] |
DTLSServerProtocol.generateNewSessionTicket(DTLSServerProtocol.ServerHandshakeState state,
NewSessionTicket newSessionTicket) |
void |
AbstractTlsClient.notifyNewSessionTicket(NewSessionTicket newSessionTicket) |
void |
TlsClient.notifyNewSessionTicket(NewSessionTicket newSessionTicket)
RFC 5077 3.3.
|
protected void |
TlsServerProtocol.sendNewSessionTicketMessage(NewSessionTicket newSessionTicket) |
Copyright © 2018 BouncyCastle.org. All rights reserved.