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