Botan  1.11.15
Botan::PK_Verifier Member List
This is the complete list of members for Botan::PK_Verifier, including all inherited members.
check_signature(const byte sig[], size_t length)Botan::PK_Verifier
check_signature(const std::vector< byte, Alloc > &sig)Botan::PK_Verifier [inline]
PK_Verifier(const Public_Key &pub_key, const std::string &emsa, Signature_Format format=IEEE_1363)Botan::PK_Verifier
set_input_format(Signature_Format format)Botan::PK_Verifier
update(byte in)Botan::PK_Verifier [inline]
update(const byte msg_part[], size_t length)Botan::PK_Verifier
update(const std::vector< byte > &in)Botan::PK_Verifier [inline]
verify_message(const byte msg[], size_t msg_length, const byte sig[], size_t sig_length)Botan::PK_Verifier
verify_message(const std::vector< byte, Alloc > &msg, const std::vector< byte, Alloc2 > &sig)Botan::PK_Verifier [inline]