Crypto++  5.6.3
Free C++ class library of cryptographic schemes
TF_SignerImpl< SCHEME_OPTIONS > Member List

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

AccessKey() (defined in TF_ObjectImpl< TF_SignerBase, SCHEME_OPTIONS, SCHEME_OPTIONS::PrivateKey >)TF_ObjectImpl< TF_SignerBase, SCHEME_OPTIONS, SCHEME_OPTIONS::PrivateKey >inlinevirtual
AccessMaterial()PrivateKeyAlgorithminlinevirtual
AccessPrivateKey() (defined in TF_ObjectImplBase< TF_SignerBase, SCHEME_OPTIONS, SCHEME_OPTIONS::PrivateKey >)TF_ObjectImplBase< TF_SignerBase, SCHEME_OPTIONS, SCHEME_OPTIONS::PrivateKey >inlinevirtual
AccessPublicKey() (defined in TF_ObjectImplBase< TF_SignerBase, SCHEME_OPTIONS, SCHEME_OPTIONS::PrivateKey >)TF_ObjectImplBase< TF_SignerBase, SCHEME_OPTIONS, SCHEME_OPTIONS::PrivateKey >inline
Algorithm(bool checkSelfTestStatus=true)Algorithm
AlgorithmName() const (defined in AlgorithmImpl< TF_SignerBase, SCHEME_OPTIONS::AlgorithmInfo >)AlgorithmImpl< TF_SignerBase, SCHEME_OPTIONS::AlgorithmInfo >inlinevirtual
AllowNonrecoverablePart() const (defined in TF_SignatureSchemeBase< PK_Signer, TF_Base< RandomizedTrapdoorFunctionInverse, PK_SignatureMessageEncodingMethod > >)TF_SignatureSchemeBase< PK_Signer, TF_Base< RandomizedTrapdoorFunctionInverse, PK_SignatureMessageEncodingMethod > >inlinevirtual
BERDecode(BufferedTransformation &bt)AsymmetricAlgorithminline
Clone() const Clonableinlinevirtual
DEREncode(BufferedTransformation &bt) const AsymmetricAlgorithminline
GetKey() const (defined in TF_ObjectImpl< TF_SignerBase, SCHEME_OPTIONS, SCHEME_OPTIONS::PrivateKey >)TF_ObjectImpl< TF_SignerBase, SCHEME_OPTIONS, SCHEME_OPTIONS::PrivateKey >inlinevirtual
GetMaterial() const PrivateKeyAlgorithminlinevirtual
GetPrivateKey() const (defined in TF_ObjectImplBase< TF_SignerBase, SCHEME_OPTIONS, SCHEME_OPTIONS::PrivateKey >)TF_ObjectImplBase< TF_SignerBase, SCHEME_OPTIONS, SCHEME_OPTIONS::PrivateKey >inlinevirtual
GetPublicKey() const (defined in TF_ObjectImplBase< TF_SignerBase, SCHEME_OPTIONS, SCHEME_OPTIONS::PrivateKey >)TF_ObjectImplBase< TF_SignerBase, SCHEME_OPTIONS, SCHEME_OPTIONS::PrivateKey >inline
GetTrapdoorFunction() const (defined in TF_ObjectImplBase< TF_SignerBase, SCHEME_OPTIONS, SCHEME_OPTIONS::PrivateKey >)TF_ObjectImplBase< TF_SignerBase, SCHEME_OPTIONS, SCHEME_OPTIONS::PrivateKey >inline
InputRecoverableMessage(PK_MessageAccumulator &messageAccumulator, const byte *recoverableMessage, size_t recoverableMessageLength) const (defined in TF_SignerBase)TF_SignerBasevirtual
IsProbabilistic() const (defined in TF_SignatureSchemeBase< PK_Signer, TF_Base< RandomizedTrapdoorFunctionInverse, PK_SignatureMessageEncodingMethod > >)TF_SignatureSchemeBase< PK_Signer, TF_Base< RandomizedTrapdoorFunctionInverse, PK_SignatureMessageEncodingMethod > >inlinevirtual
KeyClass typedef (defined in TF_ObjectImpl< TF_SignerBase, SCHEME_OPTIONS, SCHEME_OPTIONS::PrivateKey >)TF_ObjectImpl< TF_SignerBase, SCHEME_OPTIONS, SCHEME_OPTIONS::PrivateKey >
MaxRecoverableLength() const (defined in TF_SignatureSchemeBase< PK_Signer, TF_Base< RandomizedTrapdoorFunctionInverse, PK_SignatureMessageEncodingMethod > >)TF_SignatureSchemeBase< PK_Signer, TF_Base< RandomizedTrapdoorFunctionInverse, PK_SignatureMessageEncodingMethod > >inlinevirtual
MaxRecoverableLengthFromSignatureLength(size_t signatureLength) const (defined in TF_SignatureSchemeBase< PK_Signer, TF_Base< RandomizedTrapdoorFunctionInverse, PK_SignatureMessageEncodingMethod > >)TF_SignatureSchemeBase< PK_Signer, TF_Base< RandomizedTrapdoorFunctionInverse, PK_SignatureMessageEncodingMethod > >inlinevirtual
MaxSignatureLength(size_t recoverablePartLength=0) const PK_SignatureSchemeinlinevirtual
NewSignatureAccumulator(RandomNumberGenerator &rng) const (defined in TF_ObjectImplBase< TF_SignerBase, SCHEME_OPTIONS, SCHEME_OPTIONS::PrivateKey >)TF_ObjectImplBase< TF_SignerBase, SCHEME_OPTIONS, SCHEME_OPTIONS::PrivateKey >inlinevirtual
NewVerificationAccumulator() const (defined in TF_ObjectImplBase< TF_SignerBase, SCHEME_OPTIONS, SCHEME_OPTIONS::PrivateKey >)TF_ObjectImplBase< TF_SignerBase, SCHEME_OPTIONS, SCHEME_OPTIONS::PrivateKey >inline
RecoverablePartFirst() const (defined in TF_SignatureSchemeBase< PK_Signer, TF_Base< RandomizedTrapdoorFunctionInverse, PK_SignatureMessageEncodingMethod > >)TF_SignatureSchemeBase< PK_Signer, TF_Base< RandomizedTrapdoorFunctionInverse, PK_SignatureMessageEncodingMethod > >inlinevirtual
SchemeOptions typedef (defined in TF_ObjectImplBase< TF_SignerBase, SCHEME_OPTIONS, SCHEME_OPTIONS::PrivateKey >)TF_ObjectImplBase< TF_SignerBase, SCHEME_OPTIONS, SCHEME_OPTIONS::PrivateKey >
Sign(RandomNumberGenerator &rng, PK_MessageAccumulator *messageAccumulator, byte *signature) const PK_Signervirtual
SignAndRestart(RandomNumberGenerator &rng, PK_MessageAccumulator &messageAccumulator, byte *signature, bool restart=true) const TF_SignerBasevirtual
SignatureLength() const (defined in TF_SignatureSchemeBase< PK_Signer, TF_Base< RandomizedTrapdoorFunctionInverse, PK_SignatureMessageEncodingMethod > >)TF_SignatureSchemeBase< PK_Signer, TF_Base< RandomizedTrapdoorFunctionInverse, PK_SignatureMessageEncodingMethod > >inlinevirtual
SignatureUpfront() const PK_SignatureSchemeinlinevirtual
SignMessage(RandomNumberGenerator &rng, const byte *message, size_t messageLen, byte *signature) const PK_Signervirtual
SignMessageWithRecovery(RandomNumberGenerator &rng, const byte *recoverableMessage, size_t recoverableMessageLength, const byte *nonrecoverableMessage, size_t nonrecoverableMessageLength, byte *signature) const PK_Signervirtual
StaticAlgorithmName() (defined in AlgorithmImpl< TF_SignerBase, SCHEME_OPTIONS::AlgorithmInfo >)AlgorithmImpl< TF_SignerBase, SCHEME_OPTIONS::AlgorithmInfo >inlinestatic
~Clonable() (defined in Clonable)Clonableinlinevirtual
~PK_SignatureScheme() (defined in PK_SignatureScheme)PK_SignatureSchemeinlinevirtual