|
Botan
2.13.0
Crypto and TLS for C++11
|
Holds the mechanism parameters for OAEP, PSS and ECDH. More...
#include <p11_mechanism.h>
Public Member Functions | |
| MechanismParameters () | |
Public Attributes | |
| Ecdh1DeriveParams | ecdh_params |
| RsaPkcsOaepParams | oaep_params |
| RsaPkcsPssParams | pss_params |
Holds the mechanism parameters for OAEP, PSS and ECDH.
Definition at line 96 of file p11_mechanism.h.
|
inline |
| Ecdh1DeriveParams Botan::PKCS11::MechanismWrapper::MechanismParameters::ecdh_params |
Definition at line 105 of file p11_mechanism.h.
| RsaPkcsOaepParams Botan::PKCS11::MechanismWrapper::MechanismParameters::oaep_params |
Definition at line 103 of file p11_mechanism.h.
| RsaPkcsPssParams Botan::PKCS11::MechanismWrapper::MechanismParameters::pss_params |
Definition at line 104 of file p11_mechanism.h.
1.8.9.1