proxygen
|
This is the complete list of members for fizz::server::test::MockTicketCipher, including all inherited members.
decrypt(std::unique_ptr< folly::IOBuf > encryptedTicket) const override | fizz::server::test::MockTicketCipher | inlinevirtual |
encrypt(ResumptionState resState) const override | fizz::server::test::MockTicketCipher | inlinevirtual |
MOCK_CONST_METHOD1(_encrypt, folly::Future< folly::Optional< std::pair< Buf, std::chrono::seconds >>>(ResumptionState &)) | fizz::server::test::MockTicketCipher | |
MOCK_CONST_METHOD1(_decrypt, folly::Future< std::pair< PskType, folly::Optional< ResumptionState >>>(std::unique_ptr< folly::IOBuf > &encryptedTicket)) | fizz::server::test::MockTicketCipher | |
setDefaults() | fizz::server::test::MockTicketCipher | inline |
~TicketCipher()=default | fizz::server::TicketCipher | virtual |