returns the value of the E bit for packets sent through this SA
(self)
| 102 | return assoc, enc, icv |
| 103 | |
| 104 | def e_bit(self): |
| 105 | """returns the value of the E bit for packets sent through this SA""" |
| 106 | return self.do_encrypt |
| 107 | |
| 108 | def c_bit(self): |
| 109 | """returns the value of the C bit for packets sent through this SA""" |