23INLINE
void EncryptStreamBuf::
24set_algorithm(
const std::string &algorithm) {
25 _algorithm = algorithm;
32INLINE
const std::string &EncryptStreamBuf::
33get_algorithm()
const {
45INLINE
void EncryptStreamBuf::
46set_key_length(
int key_length) {
47 _key_length = key_length;
55INLINE
int EncryptStreamBuf::
56get_key_length()
const {
71INLINE
void EncryptStreamBuf::
72set_iteration_count(
int iteration_count) {
73 _iteration_count = iteration_count;
80INLINE
int EncryptStreamBuf::
81get_iteration_count()
const {
82 return _iteration_count;