| Botan
    1.10.16
    | 
#include <rw.h>
 
  
 | Public Member Functions | |
| size_t | max_input_bits () const | 
| virtual size_t | message_part_size () const | 
| virtual size_t | message_parts () const | 
| RW_Verification_Operation (const RW_PublicKey &rw) | |
| virtual bool | verify (const byte[], size_t, const byte[], size_t) | 
| SecureVector< byte > | verify_mr (const byte msg[], size_t msg_len) | 
| bool | with_recovery () const | 
| 
 | inline | 
| 
 | inlinevirtual | 
Get the maximum message size in bits supported by this public key.
Implements Botan::PK_Ops::Verification.
Definition at line 95 of file rw.h.
| 
 | inlinevirtualinherited | 
Find out the message part size supported by this scheme/key.
Reimplemented in Botan::ECDSA_Verification_Operation, Botan::DSA_Verification_Operation, and Botan::NR_Verification_Operation.
| 
 | inlinevirtualinherited | 
Find out the number of message parts supported by this scheme.
Reimplemented in Botan::ECDSA_Verification_Operation, Botan::DSA_Verification_Operation, and Botan::NR_Verification_Operation.
| 
 | inlinevirtualinherited | 
Reimplemented in Botan::ECDSA_Verification_Operation, and Botan::DSA_Verification_Operation.
| 
 | virtual | 
Reimplemented from Botan::PK_Ops::Verification.
Definition at line 105 of file rw.cpp.
References Botan::BigInt::is_negative().
| 
 | inlinevirtual | 
Implements Botan::PK_Ops::Verification.
 1.8.13
 1.8.13