Passwordfile library 5.2.0
C++ library to read/write passwords from/to encrypted files
Loading...
Searching...
No Matches
OpenSslUtilsTests Class Reference

The OpenSslUtilsTests class tests the functions in the Util::OpenSsl namespace. More...

Inheritance diagram for OpenSslUtilsTests:
[legend]
Collaboration diagram for OpenSslUtilsTests:
[legend]

Public Member Functions

void setUp () override
void tearDown () override
void testComputeSha256Sum ()
void testComputeHmacSha256 ()
void testGenerateRandomNumber ()
void testComputeTOTP ()

Detailed Description

The OpenSslUtilsTests class tests the functions in the Util::OpenSsl namespace.

Definition at line 24 of file opensslutils.cpp.

Member Function Documentation

◆ setUp()

void OpenSslUtilsTests::setUp ( )
override

Definition at line 44 of file opensslutils.cpp.

◆ tearDown()

void OpenSslUtilsTests::tearDown ( )
override

Definition at line 48 of file opensslutils.cpp.

◆ testComputeHmacSha256()

void OpenSslUtilsTests::testComputeHmacSha256 ( )

Definition at line 67 of file opensslutils.cpp.

◆ testComputeSha256Sum()

void OpenSslUtilsTests::testComputeSha256Sum ( )

Definition at line 52 of file opensslutils.cpp.

◆ testComputeTOTP()

void OpenSslUtilsTests::testComputeTOTP ( )

Definition at line 93 of file opensslutils.cpp.

◆ testGenerateRandomNumber()

void OpenSslUtilsTests::testGenerateRandomNumber ( )

Definition at line 85 of file opensslutils.cpp.


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