LibLogicalAccess  2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
logicalaccess::PublicKey Class Reference

#include <public_key.hpp>

Public Member Functions

 PublicKey ()
 
 PublicKey (EVP_PKEY *key)
 
 ~PublicKey ()
 
void setPublicKey (EVP_PKEY *key)
 
EVP_PKEY * getPublicKey () const
 

Private Attributes

EVP_PKEY * _key
 

Constructor & Destructor Documentation

◆ PublicKey() [1/2]

PublicKey::PublicKey ( )

◆ PublicKey() [2/2]

PublicKey::PublicKey ( EVP_PKEY *  key)

◆ ~PublicKey()

PublicKey::~PublicKey ( )

Member Function Documentation

◆ getPublicKey()

EVP_PKEY * PublicKey::getPublicKey ( ) const

◆ setPublicKey()

void PublicKey::setPublicKey ( EVP_PKEY *  key)

Member Data Documentation

◆ _key

EVP_PKEY* logicalaccess::PublicKey::_key
private

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