|
Crypto++
5.6.3
Free C++ class library of cryptographic schemes
|
Classes for working with NameValuePairs. More...
Go to the source code of this file.
Classes | |
| class | ConstByteArrayParameter |
| used to pass byte array input as part of a NameValuePairs object More... | |
| class | ByteArrayParameter |
| class | CombinedNameValuePairs |
| class | GetValueHelperClass< T, BASE > |
| class | AssignFromHelperClass< T, BASE > |
| class | AlgorithmParametersBase |
| class | AlgorithmParametersBase::ParameterNotUsed |
| class | AlgorithmParametersTemplate< T > |
| class | AlgorithmParameters |
| An object that implements NameValuePairs. More... | |
Typedefs | |
| typedef bool(* | PAssignIntToInteger) (const std::type_info &valueType, void *pInteger, const void *pInt) |
Functions | |
| template<class BASE , class T > | |
| GetValueHelperClass< T, BASE > | GetValueHelper (const T *pObject, const char *name, const std::type_info &valueType, void *pValue, const NameValuePairs *searchFirst=NULL, BASE *dummy=NULL) |
| template<class T > | |
| GetValueHelperClass< T, T > | GetValueHelper (const T *pObject, const char *name, const std::type_info &valueType, void *pValue, const NameValuePairs *searchFirst=NULL) |
| template<class BASE , class T > | |
| AssignFromHelperClass< T, BASE > | AssignFromHelper (T *pObject, const NameValuePairs &source, BASE *dummy=NULL) |
| template<class T > | |
| AssignFromHelperClass< T, T > | AssignFromHelper (T *pObject, const NameValuePairs &source) |
| const std::type_info & | IntegerTypeId () |
| template<class T > | |
| AlgorithmParameters | MakeParameters (const char *name, const T &value, bool throwIfNotUsed=true) |
| Create an object that implements NameValuePairs. More... | |
Variables | |
| PAssignIntToInteger | g_pAssignIntToInteger |
Classes for working with NameValuePairs.
Definition in file algparam.h.
| AlgorithmParameters MakeParameters | ( | const char * | name, |
| const T & | value, | ||
| bool | throwIfNotUsed = true |
||
| ) |
Create an object that implements NameValuePairs.
| T | the class or type |
| name | the name of the object or value to retrieve |
| value | reference to a variable that receives the value |
| throwIfNotUsed | if true, the object will throw an exception if the value is not accessed |
operator() on the object returned by MakeParameters, for example:
AlgorithmParameters parameters = MakeParameters(name1, value1)(name2, value2)(name3, value3);
Definition at line 487 of file algparam.h.
Referenced by AuthenticatedDecryptionFilter::AuthenticatedDecryptionFilter(), Base32Encoder::Base32Encoder(), Base64Encoder::Base64Encoder(), Base64URLEncoder::Base64URLEncoder(), BaseN_Decoder::BaseN_Decoder(), BaseN_Encoder::BaseN_Encoder(), Deflator::Deflator(), FixedRNG::GenerateBlock(), InvertibleRWFunction::GenerateRandom(), InvertibleESIGNFunction::GenerateRandom(), InvertibleLUCFunction::GenerateRandom(), InvertibleRSAFunction::GenerateRandom(), DL_GroupParameters_DSA::GenerateRandom(), GeneratableCryptoMaterial::GenerateRandomWithKeySize(), Grouper::Grouper(), IntegrityCheckModule(), HexEncoder::IsolatedInitialize(), HexDecoder::IsolatedInitialize(), Base64Encoder::IsolatedInitialize(), Base32Encoder::IsolatedInitialize(), Base32Decoder::IsolatedInitialize(), Base64URLEncoder::IsolatedInitialize(), AlgorithmParameters::operator()(), HashFilter::Put2(), SignerFilter::Put2(), FilterTester::Put2(), ArrayXorSink::Put2(), Integer::Randomize(), SimpleKeyingInterface::SetKeyWithIV(), SimpleKeyingInterface::SetKeyWithRounds(), StringSource::StringSource(), and VerifyPrime().
1.8.11