PrivateKey Member List

This is the complete list of members for PrivateKey, including all inherited members.
AssignFrom(const NameValuePairs &source)=0CryptoMaterial [pure virtual]
DoQuickSanityCheck() const (defined in CryptoMaterial)CryptoMaterial [inline]
GenerateRandom(RandomNumberGenerator &rng, const NameValuePairs &params=g_nullNameValuePairs)GeneratableCryptoMaterial [inline, virtual]
GenerateRandomWithKeySize(RandomNumberGenerator &rng, unsigned int keySize)GeneratableCryptoMaterial
GetIntValue(const char *name, int &value) const NameValuePairs [inline]
GetIntValueWithDefault(const char *name, int defaultValue) const NameValuePairs [inline]
GetRequiredIntParameter(const char *className, const char *name, int &value) const (defined in NameValuePairs)NameValuePairs [inline]
GetRequiredParameter(const char *className, const char *name, T &value) const (defined in NameValuePairs)NameValuePairs [inline]
GetThisObject(T &object) const NameValuePairs [inline]
GetThisPointer(T *&p) const NameValuePairs [inline]
GetValue(const char *name, T &value) const NameValuePairs [inline]
GetValueNames() const NameValuePairs [inline]
GetValueWithDefault(const char *name, T defaultValue) const NameValuePairs [inline]
GetVoidValue(const char *name, const std::type_info &valueType, void *pValue) const =0NameValuePairs [pure virtual]
Load(BufferedTransformation &bt)CryptoMaterial [inline, virtual]
LoadPrecomputation(BufferedTransformation &storedPrecomputation)CryptoMaterial [inline, virtual]
Precompute(unsigned int n)CryptoMaterial [inline, virtual]
Save(BufferedTransformation &bt) const CryptoMaterial [inline, virtual]
SavePrecomputation(BufferedTransformation &storedPrecomputation) const CryptoMaterial [inline, virtual]
SupportsPrecomputation() const CryptoMaterial [inline, virtual]
ThrowIfInvalid(RandomNumberGenerator &rng, unsigned int level) const CryptoMaterial [inline, virtual]
ThrowIfTypeMismatch(const char *name, const std::type_info &stored, const std::type_info &retrieving)NameValuePairs [inline, static]
Validate(RandomNumberGenerator &rng, unsigned int level) const =0CryptoMaterial [pure virtual]
~NameValuePairs() (defined in NameValuePairs)NameValuePairs [inline, virtual]