Botan 3.6.1
Crypto and TLS for C&
|
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 89 of file p11_mechanism.h.
|
inline |
Ecdh1DeriveParams Botan::PKCS11::MechanismWrapper::MechanismParameters::ecdh_params |
Definition at line 94 of file p11_mechanism.h.
RsaPkcsOaepParams Botan::PKCS11::MechanismWrapper::MechanismParameters::oaep_params |
Definition at line 92 of file p11_mechanism.h.
RsaPkcsPssParams Botan::PKCS11::MechanismWrapper::MechanismParameters::pss_params |
Definition at line 93 of file p11_mechanism.h.