OpenVPN 3 Core Library
Loading...
Searching...
No Matches
openvpn::TokenEncrypt::Key Class Reference

#include <tokenencrypt.hpp>

Public Member Functions

 Key (StrongRandomAPI &rng)
 

Static Public Attributes

static constexpr size_t SIZE = 16
 

Private Attributes

std::uint8_t data [SIZE]
 

Friends

class TokenEncrypt
 

Detailed Description

Definition at line 34 of file tokenencrypt.hpp.

Constructor & Destructor Documentation

◆ Key()

openvpn::TokenEncrypt::Key::Key ( StrongRandomAPI rng)
inline

Definition at line 39 of file tokenencrypt.hpp.

Friends And Related Symbol Documentation

◆ TokenEncrypt

friend class TokenEncrypt
friend

Definition at line 45 of file tokenencrypt.hpp.

Member Data Documentation

◆ data

std::uint8_t openvpn::TokenEncrypt::Key::data[SIZE]
private

Definition at line 46 of file tokenencrypt.hpp.

◆ SIZE

constexpr size_t openvpn::TokenEncrypt::Key::SIZE = 16
staticconstexpr

Definition at line 37 of file tokenencrypt.hpp.


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