LibLogicalAccess
2.5.0
An Open Source RFID Library
|
The context information structure. More...
Public Member Functions | |
Information (OpenSSLSymmetricCipher::Method method) | |
Constructor. | |
~Information () | |
Destructor. | |
Information (const Information &other)=delete | |
Remove copy. | |
Information & | operator= (const Information &)=delete |
Public Attributes | |
EVP_CIPHER_CTX * | ctx |
The internal OpenSSL context. | |
OpenSSLSymmetricCipher::Method | method |
The internal method. | |
ByteVector | data |
An internal buffer. | |
The context information structure.
|
explicit |
Constructor.
method | The method. |
logicalaccess::openssl::OpenSSLSymmetricCipherContext::Information::~Information | ( | ) |
Destructor.
|
delete |
Remove copy.
|
delete |
EVP_CIPHER_CTX* logicalaccess::openssl::OpenSSLSymmetricCipherContext::Information::ctx |
The internal OpenSSL context.
ByteVector logicalaccess::openssl::OpenSSLSymmetricCipherContext::Information::data |
An internal buffer.
OpenSSLSymmetricCipher::Method logicalaccess::openssl::OpenSSLSymmetricCipherContext::Information::method |
The internal method.