Sese Framework  2.3.0
A cross-platform framework
Loading...
Searching...
No Matches
sese::security::evp::CrypterContext Struct Reference

EVP encryption and decryption context. More...

#include <Crypter.h>

Public Types

using Ptr = std::unique_ptr<CrypterContext>
 

Public Attributes

io::InputBuffer key
 
io::InputBuffer vector
 
const void * crypter_pointer {}
 

Detailed Description

EVP encryption and decryption context.

Member Typedef Documentation

◆ Ptr

Member Data Documentation

◆ crypter_pointer

const void* sese::security::evp::CrypterContext::crypter_pointer {}

◆ key

io::InputBuffer sese::security::evp::CrypterContext::key

◆ vector

io::InputBuffer sese::security::evp::CrypterContext::vector

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