LibLogicalAccess  2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
logicalaccess::openssl::OpenSSLSymmetricCipherContext::Information Struct Reference

The context information structure. More...

Public Member Functions

 Information (OpenSSLSymmetricCipher::Method method)
 Constructor.
 
 ~Information ()
 Destructor.
 
 Information (const Information &other)=delete
 Remove copy.
 
Informationoperator= (const Information &)=delete
 

Public Attributes

EVP_CIPHER_CTX * ctx
 The internal OpenSSL context.
 
OpenSSLSymmetricCipher::Method method
 The internal method.
 
ByteVector data
 An internal buffer.
 

Detailed Description

The context information structure.

Constructor & Destructor Documentation

◆ Information() [1/2]

logicalaccess::openssl::OpenSSLSymmetricCipherContext::Information::Information ( OpenSSLSymmetricCipher::Method  method)
explicit

Constructor.

Parameters
methodThe method.

◆ ~Information()

logicalaccess::openssl::OpenSSLSymmetricCipherContext::Information::~Information ( )

Destructor.

◆ Information() [2/2]

logicalaccess::openssl::OpenSSLSymmetricCipherContext::Information::Information ( const Information other)
delete

Remove copy.

Member Function Documentation

◆ operator=()

Information & logicalaccess::openssl::OpenSSLSymmetricCipherContext::Information::operator= ( const Information )
delete

Member Data Documentation

◆ ctx

EVP_CIPHER_CTX* logicalaccess::openssl::OpenSSLSymmetricCipherContext::Information::ctx

The internal OpenSSL context.

◆ data

ByteVector logicalaccess::openssl::OpenSSLSymmetricCipherContext::Information::data

An internal buffer.

◆ method

OpenSSLSymmetricCipher::Method logicalaccess::openssl::OpenSSLSymmetricCipherContext::Information::method

The internal method.


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