AccessBasePrecomputation() | DL_GroupParameters_EC< EC > | inlinevirtual |
AssignFrom(const NameValuePairs &source) | DL_GroupParameters_EC< EC > | virtual |
BasePrecomputation typedef | DL_GroupParametersImpl< EcPrecomputation< EC > > | |
BERDecode(BufferedTransformation &bt) | DL_GroupParameters_EC< EC > | |
CascadeExponentiate(const Element &element1, const Integer &exponent1, const Element &element2, const Integer &exponent2) const | DL_GroupParameters_EC< EC > | |
ConvertElementToInteger(const Element &element) const | DL_GroupParameters_EC< EC > | |
DL_GroupParametersImpl< EcPrecomputation< EC > >::ConvertElementToInteger(const Element &element) const =0 | DL_GroupParameters< typename EcPrecomputation< EC >::Element > | pure virtual |
DecodeElement(const byte *encoded, bool checkForGroupMembership) const | DL_GroupParameters_EC< EC > | inlinevirtual |
DefaultCofactorOption typedef | DL_GroupParameters_EC< EC > | |
DEREncode(BufferedTransformation &bt) const | DL_GroupParameters_EC< EC > | |
DL_GroupParameters() | DL_GroupParameters< typename EcPrecomputation< EC >::Element > | inline |
DL_GroupParameters_EC() | DL_GroupParameters_EC< EC > | inline |
DL_GroupParameters_EC(const OID &oid) | DL_GroupParameters_EC< EC > | inline |
DL_GroupParameters_EC(const EllipticCurve &ec, const Point &G, const Integer &n, const Integer &k=Integer::Zero()) | DL_GroupParameters_EC< EC > | inline |
DL_GroupParameters_EC(BufferedTransformation &bt) | DL_GroupParameters_EC< EC > | inline |
DoQuickSanityCheck() const | CryptoMaterial | inline |
Element typedef | DL_GroupParameters_EC< EC > | |
EllipticCurve typedef | DL_GroupParameters_EC< EC > | |
EncodeElement(bool reversible, const Element &element, byte *encoded) const | DL_GroupParameters_EC< EC > | inline |
DL_GroupParametersImpl< EcPrecomputation< EC > >::EncodeElement(bool reversible, const Element &element, byte *encoded) const =0 | DL_GroupParameters< typename EcPrecomputation< EC >::Element > | pure virtual |
ExponentiateBase(const Integer &exponent) const | DL_GroupParameters< typename EcPrecomputation< EC >::Element > | inlinevirtual |
ExponentiateElement(const Element &base, const Integer &exponent) const | DL_GroupParameters< typename EcPrecomputation< EC >::Element > | inlinevirtual |
ExponentLength() const | DL_GroupParameters_EC< EC > | inlineprotected |
FastSubgroupCheckAvailable() const | DL_GroupParameters_EC< EC > | inlinevirtual |
FieldElementLength() const | DL_GroupParameters_EC< EC > | inlineprotected |
GenerateRandom(RandomNumberGenerator &rng, const NameValuePairs &alg) | DL_GroupParameters_EC< EC > | virtual |
GenerateRandomWithKeySize(RandomNumberGenerator &rng, unsigned int keySize) | GeneratableCryptoMaterial | |
GetAlgorithmID() const | DL_GroupParameters_EC< EC > | |
GetBasePrecomputation() const | DL_GroupParameters_EC< EC > | inlinevirtual |
GetCofactor() const | DL_GroupParameters_EC< EC > | virtual |
GetCurve() const | DL_GroupParameters_EC< EC > | inline |
GetEncodeAsOID() const | DL_GroupParameters_EC< EC > | inline |
GetEncodedElementSize(bool reversible) const | DL_GroupParameters_EC< EC > | inlinevirtual |
GetGroupOrder() const | DL_GroupParameters< typename EcPrecomputation< EC >::Element > | inlinevirtual |
GetGroupPrecomputation() const | DL_GroupParametersImpl< EcPrecomputation< EC > > | inlinevirtual |
GetIntValue(const char *name, int &value) const | NameValuePairs | inline |
GetIntValueWithDefault(const char *name, int defaultValue) const | NameValuePairs | inline |
GetMaxExponent() const | DL_GroupParameters_EC< EC > | inlinevirtual |
GetNextRecommendedParametersOID(const OID &oid) | DL_GroupParameters_EC< EC > | static |
GetPointCompression() const | DL_GroupParameters_EC< EC > | inline |
GetRequiredIntParameter(const char *className, const char *name, int &value) const | NameValuePairs | inline |
GetRequiredParameter(const char *className, const char *name, T &value) const | NameValuePairs | inline |
GetSubgroupGenerator() const | DL_GroupParameters< typename EcPrecomputation< EC >::Element > | inlinevirtual |
GetSubgroupOrder() const | DL_GroupParameters_EC< EC > | inlinevirtual |
GetThisObject(T &object) const | NameValuePairs | inline |
GetThisPointer(T *&ptr) 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 | DL_GroupParameters_EC< EC > | virtual |
GroupPrecomputation typedef | DL_GroupParametersImpl< EcPrecomputation< EC > > | |
Initialize(const EllipticCurve &ec, const Point &G, const Integer &n, const Integer &k=Integer::Zero()) | DL_GroupParameters_EC< EC > | inline |
Initialize(const OID &oid) | DL_GroupParameters_EC< EC > | |
IsIdentity(const Element &element) const | DL_GroupParameters_EC< EC > | inline |
DL_GroupParametersImpl< EcPrecomputation< EC > >::IsIdentity(const Element &element) const =0 | DL_GroupParameters< typename EcPrecomputation< EC >::Element > | pure virtual |
Load(BufferedTransformation &bt) | CryptoMaterial | inlinevirtual |
LoadPrecomputation(BufferedTransformation &storedPrecomputation) | DL_GroupParameters< typename EcPrecomputation< EC >::Element > | inlinevirtual |
m_compress | DL_GroupParameters_EC< EC > | mutableprotected |
m_encodeAsOID | DL_GroupParameters_EC< EC > | mutableprotected |
m_gpc | DL_GroupParametersImpl< EcPrecomputation< EC > > | protected |
m_groupPrecomputation | DL_GroupParametersImpl< EcPrecomputation< EC > > | protected |
m_k | DL_GroupParameters_EC< EC > | mutableprotected |
m_n | DL_GroupParameters_EC< EC > | protected |
m_oid | DL_GroupParameters_EC< EC > | protected |
MultiplyElements(const Element &a, const Element &b) const | DL_GroupParameters_EC< EC > | |
operator==(const ThisClass &rhs) const | DL_GroupParameters_EC< EC > | inline |
ParametersChanged() | DL_GroupParameters< typename EcPrecomputation< EC >::Element > | inlineprotected |
Point typedef | DL_GroupParameters_EC< EC > | |
Precompute(unsigned int precomputationStorage=16) | DL_GroupParameters< typename EcPrecomputation< EC >::Element > | inlinevirtual |
Save(BufferedTransformation &bt) const | CryptoMaterial | inlinevirtual |
SavePrecomputation(BufferedTransformation &storedPrecomputation) const | DL_GroupParameters< typename EcPrecomputation< EC >::Element > | inlinevirtual |
SetEncodeAsOID(bool encodeAsOID) | DL_GroupParameters_EC< EC > | inline |
SetPointCompression(bool compress) | DL_GroupParameters_EC< EC > | inline |
SetSubgroupGenerator(const Element &base) | DL_GroupParameters< typename EcPrecomputation< EC >::Element > | inlinevirtual |
SimultaneousExponentiate(Element *results, const Element &base, const Integer *exponents, unsigned int exponentsCount) const | DL_GroupParameters_EC< EC > | |
DL_GroupParametersImpl< EcPrecomputation< EC > >::SimultaneousExponentiate(Element *results, const Element &base, const Integer *exponents, unsigned int exponentsCount) const =0 | DL_GroupParameters< typename EcPrecomputation< EC >::Element > | pure virtual |
StaticAlgorithmNamePrefix() | DL_GroupParameters_EC< EC > | inlinestatic |
SupportsPrecomputation() const | DL_GroupParameters< typename EcPrecomputation< EC >::Element > | inlinevirtual |
ThisClass typedef | DL_GroupParameters_EC< EC > | private |
ThrowIfInvalid(RandomNumberGenerator &rng, unsigned int level) const | CryptoMaterial | inlinevirtual |
ThrowIfTypeMismatch(const char *name, const std::type_info &stored, const std::type_info &retrieving) | NameValuePairs | inlinestatic |
Validate(RandomNumberGenerator &rng, unsigned int level) const | DL_GroupParameters< typename EcPrecomputation< EC >::Element > | inlinevirtual |
ValidateElement(unsigned int level, const Element &element, const DL_FixedBasePrecomputation< Element > *precomp) const | DL_GroupParameters_EC< EC > | |
DL_GroupParametersImpl< EcPrecomputation< EC > >::ValidateElement(unsigned int level, const Element &element, const DL_FixedBasePrecomputation< Element > *precomp) const =0 | DL_GroupParameters< typename EcPrecomputation< EC >::Element > | pure virtual |
ValidateGroup(RandomNumberGenerator &rng, unsigned int level) const | DL_GroupParameters_EC< EC > | virtual |
~CryptoMaterial() | CryptoMaterial | inlinevirtual |
~DL_GroupParameters() | DL_GroupParameters< typename EcPrecomputation< EC >::Element > | inlinevirtual |
~DL_GroupParameters_EC() | DL_GroupParameters_EC< EC > | inlinevirtual |
~DL_GroupParametersImpl() | DL_GroupParametersImpl< EcPrecomputation< EC > > | inlinevirtual |
~GeneratableCryptoMaterial() | GeneratableCryptoMaterial | inlinevirtual |
~NameValuePairs() | NameValuePairs | inlinevirtual |