Go to the documentation of this file.    8 #ifndef BOTAN_HEX_FILTER_H__     9 #define BOTAN_HEX_FILTER_H__    11 #include <botan/filter.h>    27       std::string 
name()
 const { 
return "Hex_Encoder"; }
    29       void write(
const byte in[], 
size_t length);
    45                   size_t line_length = 72,
    46                   Case the_case = Uppercase);
    48       void encode_and_send(
const byte[], 
size_t);
    51       const size_t line_length;
    53       size_t position, counter;
    62       std::string 
name()
 const { 
return "Hex_Decoder"; }
    64       void write(
const byte[], 
size_t);