proxygen
fizz::test::ValidateAuthenticatorTest Class Reference
Inheritance diagram for fizz::test::ValidateAuthenticatorTest:
testing::Test

Public Member Functions

void SetUp () override
 
- Public Member Functions inherited from testing::Test
virtual ~Test ()
 
virtual ~Test ()
 
virtual ~Test ()
 

Protected Attributes

std::unique_ptr< KeyDerivationderiver_
 
std::vector< SignatureSchemeschemes_
 
StringPiece authrequest_
 
StringPiece handshakeContext_
 
StringPiece finishedKey_
 

Additional Inherited Members

- Public Types inherited from testing::Test
typedef internal::SetUpTestCaseFunc SetUpTestCaseFunc
 
typedef internal::TearDownTestCaseFunc TearDownTestCaseFunc
 
typedef internal::SetUpTestCaseFunc SetUpTestCaseFunc
 
typedef internal::TearDownTestCaseFunc TearDownTestCaseFunc
 
typedef internal::SetUpTestCaseFunc SetUpTestCaseFunc
 
typedef internal::TearDownTestCaseFunc TearDownTestCaseFunc
 
- Static Public Member Functions inherited from testing::Test
static void SetUpTestCase ()
 
static void TearDownTestCase ()
 
static bool HasFatalFailure ()
 
static bool HasNonfatalFailure ()
 
static bool HasFailure ()
 
static void RecordProperty (const std::string &key, const std::string &value)
 
static void RecordProperty (const std::string &key, int value)
 
static void SetUpTestCase ()
 
static void TearDownTestCase ()
 
static bool HasFatalFailure ()
 
static bool HasNonfatalFailure ()
 
static bool HasFailure ()
 
static void RecordProperty (const std::string &key, const std::string &value)
 
static void RecordProperty (const std::string &key, int value)
 
static void SetUpTestCase ()
 
static void TearDownTestCase ()
 
static bool HasFatalFailure ()
 
static bool HasNonfatalFailure ()
 
static bool HasFailure ()
 
static void RecordProperty (const std::string &key, const std::string &value)
 
static void RecordProperty (const std::string &key, int value)
 
- Protected Member Functions inherited from testing::Test
 Test ()
 
virtual void TearDown ()
 
 Test ()
 
virtual void TearDown ()
 
 Test ()
 
virtual void TearDown ()
 

Detailed Description

Definition at line 149 of file ExportedAuthenticatorTest.cpp.

Member Function Documentation

void fizz::test::ValidateAuthenticatorTest::SetUp ( )
inlineoverridevirtual

Reimplemented from testing::Test.

Definition at line 151 of file ExportedAuthenticatorTest.cpp.

References cipher, folly::ssl::init(), and fizz::Factory::makeKeyDeriver().

151  {
154  deriver_ = Factory().makeKeyDeriver(cipher);
156  authrequest_ = {
157  "14303132333435363738396162636465666768696a0008000d000400020403"};
158  handshakeContext_ = {"12345678901234567890123456789012"};
159  finishedKey_ = {"12345678901234567890123456789012"};
160  }
CipherSuite
Definition: Types.h:153
void init()
Definition: Init.cpp:54
CipherSuite cipher

Member Data Documentation

StringPiece fizz::test::ValidateAuthenticatorTest::authrequest_
protected

Definition at line 165 of file ExportedAuthenticatorTest.cpp.

std::unique_ptr<KeyDerivation> fizz::test::ValidateAuthenticatorTest::deriver_
protected

Definition at line 163 of file ExportedAuthenticatorTest.cpp.

StringPiece fizz::test::ValidateAuthenticatorTest::finishedKey_
protected

Definition at line 167 of file ExportedAuthenticatorTest.cpp.

StringPiece fizz::test::ValidateAuthenticatorTest::handshakeContext_
protected

Definition at line 166 of file ExportedAuthenticatorTest.cpp.

std::vector<SignatureScheme> fizz::test::ValidateAuthenticatorTest::schemes_
protected

Definition at line 164 of file ExportedAuthenticatorTest.cpp.


The documentation for this class was generated from the following file: