|
Protocol++® (Protocolpp®)
v5.7.0
|
This is the complete list of members for ProtocolPP::jrsa, including all inherited members.
| checksum(iana_t prot, direction_t dir, jarray< uint8_t > &check, uint32_t offset=0) | ProtocolPP::jprotocol | |
| currentDateTime() | ProtocolPP::jprotocol | static |
| decap_packet(std::shared_ptr< jarray< uint8_t >> &input, std::shared_ptr< jarray< uint8_t >> &output) | ProtocolPP::jrsa | virtual |
| ProtocolPP::jprotocol::decap_packet(std::shared_ptr< jarray< uint8_t >> &input) | ProtocolPP::jprotocol | inlinevirtual |
| decrypt(std::shared_ptr< jarray< uint8_t >> &ciphertext, std::shared_ptr< jarray< uint8_t >> &data) | ProtocolPP::jrsa | |
| decryptdat(std::shared_ptr< jarray< uint8_t >> &black, std::shared_ptr< jarray< uint8_t >> &red) | ProtocolPP::jprotocol | protected |
| encap_packet(std::shared_ptr< jarray< uint8_t >> &input, std::shared_ptr< jarray< uint8_t >> &output) | ProtocolPP::jrsa | virtual |
| ProtocolPP::jprotocol::encap_packet(std::shared_ptr< jarray< uint8_t >> &output) | ProtocolPP::jprotocol | inlinevirtual |
| encrypt(std::shared_ptr< jarray< uint8_t >> &data, std::shared_ptr< jarray< uint8_t >> &ciphertext) | ProtocolPP::jrsa | |
| encryptdat(std::shared_ptr< jarray< uint8_t >> &red, std::shared_ptr< jarray< uint8_t >> &black) | ProtocolPP::jprotocol | protected |
| fnv_hash(std::shared_ptr< jarray< uint8_t >> &header, jarray< uint8_t > &mask, uint32_t hdrlen) | ProtocolPP::jprotocol | static |
| gen_keypair() | ProtocolPP::jrsa | |
| get_data(std::shared_ptr< jarray< uint8_t >> &data) | ProtocolPP::jprotocol | protected |
| get_field(field_t field) | ProtocolPP::jrsa | virtual |
| get_field(field_t field, jarray< uint8_t > &hdr) | ProtocolPP::jrsa | virtual |
| get_hdr() | ProtocolPP::jrsa | virtual |
| get_security(std::shared_ptr< jrsasa > &sec) | ProtocolPP::jrsa | |
| get_status() | ProtocolPP::jprotocol | |
| hasfile() | ProtocolPP::jprotocol | |
| jprotocol(direction_t dir) | ProtocolPP::jprotocol | explicit |
| jprotocol(direction_t dir, std::string &file) | ProtocolPP::jprotocol | |
| jprotocol(direction_t dir, std::shared_ptr< jrand > &rand) | ProtocolPP::jprotocol | |
| jprotocol(direction_t dir, std::shared_ptr< jrand > &rand, std::string &file) | ProtocolPP::jprotocol | |
| jprotocol()=delete (defined in ProtocolPP::jprotocol) | ProtocolPP::jprotocol | |
| jprotocol(jprotocol &jprotocol)=delete (defined in ProtocolPP::jprotocol) | ProtocolPP::jprotocol | |
| jprotocol(const jprotocol &jprotocol)=delete (defined in ProtocolPP::jprotocol) | ProtocolPP::jprotocol | |
| jrsa(std::shared_ptr< InterfacePP::jlogger > &logger) | ProtocolPP::jrsa | explicit |
| jrsa(int bitsize, rsapadtype_t padding, std::shared_ptr< InterfacePP::jlogger > &logger) | ProtocolPP::jrsa | |
| jrsa(int bitsize, rsapadtype_t padding, CryptoPP::RSA::PrivateKey &PRVKey, CryptoPP::RSA::PublicKey &PUBKey, std::shared_ptr< InterfacePP::jlogger > &logger) | ProtocolPP::jrsa | |
| jrsa(std::shared_ptr< jrsasa > &security) | ProtocolPP::jrsa | explicit |
| jrsa(jrsa &jrsa)=delete (defined in ProtocolPP::jrsa) | ProtocolPP::jrsa | |
| jrsa(const jrsa &jrsa)=delete (defined in ProtocolPP::jrsa) | ProtocolPP::jrsa | |
| m_dir | ProtocolPP::jprotocol | protected |
| m_endian | ProtocolPP::jprotocol | protected |
| m_file | ProtocolPP::jprotocol | protected |
| m_filename | ProtocolPP::jprotocol | protected |
| m_rand | ProtocolPP::jprotocol | protected |
| m_status | ProtocolPP::jprotocol | protected |
| pad(pad_t padtype, uint32_t len) | ProtocolPP::jprotocol | |
| put_data(std::shared_ptr< jarray< uint8_t >> &wdata) | ProtocolPP::jprotocol | protected |
| roundup(uint32_t value, uint32_t mult) | ProtocolPP::jprotocol | protected |
| set_field(field_t field, T fieldval) | ProtocolPP::jrsa | |
| set_field(field_t field, uint64_t value) | ProtocolPP::jrsa | virtual |
| set_hdr(jarray< uint8_t > &hdr) | ProtocolPP::jrsa | virtual |
| sign(std::shared_ptr< jarray< uint8_t >> &data, std::shared_ptr< jarray< uint8_t >> &signature) | ProtocolPP::jrsa | |
| str_status(uint32_t status) | ProtocolPP::jprotocol | static |
| to_array(uint8_t input) | ProtocolPP::jprotocol | static |
| to_array(uint16_t input) | ProtocolPP::jprotocol | static |
| to_array(uint32_t input) | ProtocolPP::jprotocol | static |
| to_array(uint64_t input) | ProtocolPP::jprotocol | static |
| to_json(std::ofstream &myjson, direction_t direction, std::string &indent) | ProtocolPP::jrsa | virtual |
| to_u16(jarray< uint8_t > src_array) | ProtocolPP::jprotocol | static |
| to_u32(jarray< uint8_t > src_array) | ProtocolPP::jprotocol | static |
| to_u64(jarray< uint8_t > src_array) | ProtocolPP::jprotocol | static |
| to_u8(jarray< uint8_t > src_array) | ProtocolPP::jprotocol | static |
| to_xml(tinyxml2::XMLPrinter &myxml, direction_t direction) | ProtocolPP::jrsa | virtual |
| update_replay(protocol_t prot, T &seqnum, TE &extseq, bool usext, uint32_t size) | ProtocolPP::jprotocol | inlineprotected |
| update_replay(protocol_t prot, T &seqnum, TE &extseq, bool usext, uint32_t size, jarray< uint8_t > &window) | ProtocolPP::jprotocol | inlineprotected |
| update_status(uint32_t stat) | ProtocolPP::jprotocol | protected |
| verify(std::shared_ptr< jarray< uint8_t >> &signature) | ProtocolPP::jrsa | |
| ~jprotocol() | ProtocolPP::jprotocol | virtual |
| ~jrsa()=default | ProtocolPP::jrsa | virtual |