10Duke Enterprise C++ SDK
Loading...
Searching...
No Matches
tenduke::crypto::libcrypto::LibcryptoCiphers Member List

This is the complete list of members for tenduke::crypto::libcrypto::LibcryptoCiphers, including all inherited members.

BLOB_HEADER_SIZEtenduke::crypto::AbstractCiphersprotectedstatic
BLOB_MAGICtenduke::crypto::AbstractCiphersprotectedstatic
decrypt(const ::tenduke::utl::DataSpan &ciphertext, const ::tenduke::utl::DataSpan &encryptionKey) const overridetenduke::crypto::AbstractCiphersinlinevirtual
decryptBytes(const unsigned char *ciphertext, std::size_t ciphertextLength, const unsigned char *encryptionKey, std::size_t encryptionKeyLength) const overridetenduke::crypto::libcrypto::LibcryptoCiphersprotectedvirtual
decryptString(const ::tenduke::utl::DataSpan &ciphertext, const ::tenduke::utl::DataSpan &encryptionKey) const overridetenduke::crypto::AbstractCiphersinlinevirtual
encrypt(const ::tenduke::utl::DataSpan &plaintext, const ::tenduke::utl::DataSpan &encryptionKey) const overridetenduke::crypto::AbstractCiphersinlinevirtual
encrypt(const std::string &plaintext, const ::tenduke::utl::DataSpan &encryptionKey) const overridetenduke::crypto::AbstractCiphersinlinevirtual
encryptBytes(const unsigned char *plaintext, std::size_t plaintextLength, const unsigned char *encryptionKey, std::size_t encryptionKeyLength) const overridetenduke::crypto::libcrypto::LibcryptoCiphersprotectedvirtual
readAndValidateHeader(const unsigned char *buffer, std::size_t bufferLength) consttenduke::crypto::AbstractCiphersinlineprotectedvirtual
writeHeader(unsigned char *buffer, std::uint16_t version) consttenduke::crypto::AbstractCiphersinlineprotectedvirtual
~Ciphers()=default (defined in tenduke::crypto::Ciphers)tenduke::crypto::Ciphersvirtual