![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cKeyECPPair.h>
Public Member Functions | |
cKeyTypeEC () noexcept | |
cKeyTypeEC (SSL_Key_TYPE eKeyType, const char *name) | |
virtual bool | HasKeyType (SSL_Key_TYPE eKeyType) const noexcept |
Tell if the context implements this type (e.g. ECKEY can do ECDSA) More... | |
virtual cKeyBase * | AllocKey () const |
Allocate a new context. More... | |
![]() | |
cKeyTypeDef (SSL_Key_TYPE eKeyType, const char *pszName) noexcept | |
virtual | ~cKeyTypeDef () |
SSL_Key_TYPE | get_HashCode () const noexcept |
UNITTEST_FRIEND (cKeyTypeDef) | |
Additional Inherited Members | |
![]() | |
SSL_Key_TYPE const | m_eKeyType |
Public key type. More... | |
const char *const | m_pszName |
Type name. More... | |
Generic EC key
|
inlinenoexcept |
|
inline |
|
inlinevirtual |
Allocate a new context.
Implements GrayLib::cKeyTypeDef.
|
inlinevirtualnoexcept |
Tell if the context implements this type (e.g. ECKEY can do ECDSA)
Implements GrayLib::cKeyTypeDef.
Reimplemented in GrayLib::cKeyTypeECDH.