Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

TF_SignerImpl< SCHEME_OPTIONS > Member List

This is the complete list of members for TF_SignerImpl< SCHEME_OPTIONS >, including all inherited members.

AccessKey()TF_ObjectImpl< TF_SignerBase, SCHEME_OPTIONS, PrivateKeyCopier< SCHEME_OPTIONS::Keys > > [inline, virtual]
AccessMaterial()PrivateKeyAlgorithm [inline, virtual]
AccessPrivateKey()TF_ObjectImplBase< TwoBases< TF_SignerBase, PrivateKeyCopier< SCHEME_OPTIONS::Keys > >, SCHEME_OPTIONS, PrivateKeyCopier< SCHEME_OPTIONS::Keys >::KeyClass > [inline, virtual]
AccessPublicKey()TF_ObjectImplBase< TwoBases< TF_SignerBase, PrivateKeyCopier< SCHEME_OPTIONS::Keys > >, SCHEME_OPTIONS, PrivateKeyCopier< SCHEME_OPTIONS::Keys >::KeyClass > [inline]
Algorithm(bool checkSelfTestStatus=true)Algorithm
AlgorithmName() const AlgorithmImpl< TwoBases< TF_SignerBase, PrivateKeyCopier< SCHEME_OPTIONS::Keys > >, SCHEME_OPTIONS::AlgorithmInfo > [inline, virtual]
AllowNonrecoverablePart() const TF_SignatureSchemeBase< PK_Signer, TF_Base< RandomizedTrapdoorFunctionInverse, PK_SignatureMessageEncodingMethod > > [inline, virtual]
BERDecode(BufferedTransformation &bt)AsymmetricAlgorithm [inline]
Clone() const Clonable [inline, virtual]
CopyKeyInto(typename SCHEME_OPTIONS::PrivateKey &key) const TF_ObjectImpl< TF_SignerBase, SCHEME_OPTIONS, PrivateKeyCopier< SCHEME_OPTIONS::Keys > > [inline]
CopyKeyInto(typename SCHEME_OPTIONS::PublicKey &key) const TF_ObjectImpl< TF_SignerBase, SCHEME_OPTIONS, PrivateKeyCopier< SCHEME_OPTIONS::Keys > > [inline]
CopyKeyInto(typename SCHEME_OPTIONS::Keys::PublicKey &key) const =0 (defined in PrivateKeyCopier< SCHEME_OPTIONS::Keys >)PrivateKeyCopier< SCHEME_OPTIONS::Keys > [pure virtual]
CopyKeyInto(typename SCHEME_OPTIONS::Keys::PrivateKey &key) const =0 (defined in PrivateKeyCopier< SCHEME_OPTIONS::Keys >)PrivateKeyCopier< SCHEME_OPTIONS::Keys > [pure virtual]
DEREncode(BufferedTransformation &bt) const AsymmetricAlgorithm [inline]
GetDigestSize() const TF_ObjectImplBase< TwoBases< TF_SignerBase, PrivateKeyCopier< SCHEME_OPTIONS::Keys > >, SCHEME_OPTIONS, PrivateKeyCopier< SCHEME_OPTIONS::Keys >::KeyClass > [inline, protected, virtual]
GetHashIdentifier() const TF_ObjectImplBase< TwoBases< TF_SignerBase, PrivateKeyCopier< SCHEME_OPTIONS::Keys > >, SCHEME_OPTIONS, PrivateKeyCopier< SCHEME_OPTIONS::Keys >::KeyClass > [inline, protected, virtual]
GetKey() const TF_ObjectImpl< TF_SignerBase, SCHEME_OPTIONS, PrivateKeyCopier< SCHEME_OPTIONS::Keys > > [inline, virtual]
GetMaterial() const PrivateKeyAlgorithm [inline, virtual]
GetMessageEncodingInterface() const TF_ObjectImplBase< TwoBases< TF_SignerBase, PrivateKeyCopier< SCHEME_OPTIONS::Keys > >, SCHEME_OPTIONS, PrivateKeyCopier< SCHEME_OPTIONS::Keys >::KeyClass > [inline, protected, virtual]
GetPrivateKey() const TF_ObjectImplBase< TwoBases< TF_SignerBase, PrivateKeyCopier< SCHEME_OPTIONS::Keys > >, SCHEME_OPTIONS, PrivateKeyCopier< SCHEME_OPTIONS::Keys >::KeyClass > [inline, virtual]
GetPublicKey() const TF_ObjectImplBase< TwoBases< TF_SignerBase, PrivateKeyCopier< SCHEME_OPTIONS::Keys > >, SCHEME_OPTIONS, PrivateKeyCopier< SCHEME_OPTIONS::Keys >::KeyClass > [inline]
GetTrapdoorFunction() const TF_ObjectImplBase< TwoBases< TF_SignerBase, PrivateKeyCopier< SCHEME_OPTIONS::Keys > >, SCHEME_OPTIONS, PrivateKeyCopier< SCHEME_OPTIONS::Keys >::KeyClass > [inline]
GetTrapdoorFunctionBounds() const TF_ObjectImplBase< TwoBases< TF_SignerBase, PrivateKeyCopier< SCHEME_OPTIONS::Keys > >, SCHEME_OPTIONS, PrivateKeyCopier< SCHEME_OPTIONS::Keys >::KeyClass > [inline, protected, virtual]
GetTrapdoorFunctionInterface() const TF_ObjectImplBase< TwoBases< TF_SignerBase, PrivateKeyCopier< SCHEME_OPTIONS::Keys > >, SCHEME_OPTIONS, PrivateKeyCopier< SCHEME_OPTIONS::Keys >::KeyClass > [inline, protected, virtual]
InputRecoverableMessage(PK_MessageAccumulator &messageAccumulator, const byte *recoverableMessage, unsigned int recoverableMessageLength) const TF_SignerBase [virtual]
IsProbabilistic() const TF_SignatureSchemeBase< PK_Signer, TF_Base< RandomizedTrapdoorFunctionInverse, PK_SignatureMessageEncodingMethod > > [inline, virtual]
KeyClass typedefTF_ObjectImpl< TF_SignerBase, SCHEME_OPTIONS, PrivateKeyCopier< SCHEME_OPTIONS::Keys > >
MaxRecoverableLength() const TF_SignatureSchemeBase< PK_Signer, TF_Base< RandomizedTrapdoorFunctionInverse, PK_SignatureMessageEncodingMethod > > [inline, virtual]
MaxRecoverableLengthFromSignatureLength(unsigned int signatureLength) const TF_SignatureSchemeBase< PK_Signer, TF_Base< RandomizedTrapdoorFunctionInverse, PK_SignatureMessageEncodingMethod > > [inline, virtual]
MaxSignatureLength(unsigned int recoverablePartLength=0) const PK_SignatureScheme [inline, virtual]
MessageEncodingInterface typedefTF_Base< RandomizedTrapdoorFunctionInverse, PK_SignatureMessageEncodingMethod > [protected]
MessageRepresentativeBitLength() const TF_SignatureSchemeBase< PK_Signer, TF_Base< RandomizedTrapdoorFunctionInverse, PK_SignatureMessageEncodingMethod > > [inline, protected]
MessageRepresentativeLength() const TF_SignatureSchemeBase< PK_Signer, TF_Base< RandomizedTrapdoorFunctionInverse, PK_SignatureMessageEncodingMethod > > [inline, protected]
NewSignatureAccumulator(RandomNumberGenerator &rng) const TF_ObjectImplBase< TwoBases< TF_SignerBase, PrivateKeyCopier< SCHEME_OPTIONS::Keys > >, SCHEME_OPTIONS, PrivateKeyCopier< SCHEME_OPTIONS::Keys >::KeyClass > [inline, virtual]
NewVerificationAccumulator() const TF_ObjectImplBase< TwoBases< TF_SignerBase, PrivateKeyCopier< SCHEME_OPTIONS::Keys > >, SCHEME_OPTIONS, PrivateKeyCopier< SCHEME_OPTIONS::Keys >::KeyClass > [inline]
RecoverablePartFirst() const TF_SignatureSchemeBase< PK_Signer, TF_Base< RandomizedTrapdoorFunctionInverse, PK_SignatureMessageEncodingMethod > > [inline, virtual]
SchemeOptions typedefTF_ObjectImplBase< TwoBases< TF_SignerBase, PrivateKeyCopier< SCHEME_OPTIONS::Keys > >, SCHEME_OPTIONS, PrivateKeyCopier< SCHEME_OPTIONS::Keys >::KeyClass >
Sign(RandomNumberGenerator &rng, PK_MessageAccumulator *messageAccumulator, byte *signature) const PK_Signer [virtual]
SignAndRestart(RandomNumberGenerator &rng, PK_MessageAccumulator &messageAccumulator, byte *signature, bool restart=true) const TF_SignerBase [virtual]
SignatureLength() const TF_SignatureSchemeBase< PK_Signer, TF_Base< RandomizedTrapdoorFunctionInverse, PK_SignatureMessageEncodingMethod > > [inline, virtual]
SignatureUpfront() const PK_SignatureScheme [inline, virtual]
SignMessage(RandomNumberGenerator &rng, const byte *message, unsigned int messageLen, byte *signature) const PK_Signer [virtual]
SignMessageWithRecovery(RandomNumberGenerator &rng, const byte *recoverableMessage, unsigned int recoverableMessageLength, const byte *nonrecoverableMessage, unsigned int nonrecoverableMessageLength, byte *signature) const PK_Signer [virtual]
StaticAlgorithmName()AlgorithmImpl< TwoBases< TF_SignerBase, PrivateKeyCopier< SCHEME_OPTIONS::Keys > >, SCHEME_OPTIONS::AlgorithmInfo > [inline, static]
TrapdoorFunctionInterface typedefTF_Base< RandomizedTrapdoorFunctionInverse, PK_SignatureMessageEncodingMethod > [protected]
~Clonable()Clonable [inline, virtual]
~PK_SignatureScheme()PK_SignatureScheme [inline, virtual]


Generated on Fri Sep 9 19:01:38 2005 for Crypto++ by  doxygen 1.4.4