This is the complete list of members for fizz::server::AeadTicketCipher< AeadType, CodecType, HkdfType >, including all inherited members.
AeadTicketCipher(std::string pskContext) | fizz::server::AeadTicketCipher< AeadType, CodecType, HkdfType > | inlineexplicit |
AeadTicketCipher() | fizz::server::AeadTicketCipher< AeadType, CodecType, HkdfType > | inline |
context_ | fizz::server::AeadTicketCipher< AeadType, CodecType, HkdfType > | private |
decrypt(std::unique_ptr< folly::IOBuf > encryptedTicket) const override | fizz::server::AeadTicketCipher< AeadType, CodecType, HkdfType > | inlinevirtual |
encrypt(ResumptionState resState) const override | fizz::server::AeadTicketCipher< AeadType, CodecType, HkdfType > | inlinevirtual |
setContext(const FizzServerContext *context) | fizz::server::AeadTicketCipher< AeadType, CodecType, HkdfType > | inline |
setTicketSecrets(const std::vector< folly::ByteRange > &ticketSecrets) | fizz::server::AeadTicketCipher< AeadType, CodecType, HkdfType > | inline |
setValidity(std::chrono::seconds validity) | fizz::server::AeadTicketCipher< AeadType, CodecType, HkdfType > | inline |
tokenCipher_ | fizz::server::AeadTicketCipher< AeadType, CodecType, HkdfType > | private |
validity_ | fizz::server::AeadTicketCipher< AeadType, CodecType, HkdfType > | private |
~TicketCipher()=default | fizz::server::TicketCipher | virtual |