Crypto++
5.6.4
Free C++ class library of cryptographic schemes
|
_ More...
Public Types | |
typedef KEY_CLASS | KeyClass |
![]() | |
typedef SCHEME_OPTIONS | SchemeOptions |
typedef KEY_CLASS | KeyClass |
Public Member Functions | |
const KeyClass & | GetKey () const |
KeyClass & | AccessKey () |
![]() | |
PublicKey & | AccessPublicKey () |
const PublicKey & | GetPublicKey () const |
PrivateKey & | AccessPrivateKey () |
const PrivateKey & | GetPrivateKey () const |
const KeyClass & | GetTrapdoorFunction () const |
PK_MessageAccumulator * | NewSignatureAccumulator (RandomNumberGenerator &rng) const |
PK_MessageAccumulator * | NewVerificationAccumulator () const |
![]() | |
std::string | AlgorithmName () const |
Additional Inherited Members | |
![]() | |
static std::string | StaticAlgorithmName () |
_