Class Cryptography

Class Documentation

class Cryptography

Public Functions

Cryptography() = default
virtual ~Cryptography() = default
virtual CryptoKeyExchange *cryptokeyexchange() = 0
virtual CryptoKeyFactory *cryptokeyfactory() = 0
virtual CryptoTransform *cryptotransform() = 0
inline bool set_logger(Logging *logger, SecurityException&)

Protected Functions

inline const Logging *get_logger()