MCPcopy Create free account
hub / github.com/sqlmapproject/sqlmap / getPadMode

Method getPadMode

thirdparty/pydes/pyDes.py:153–155  ·  view source on GitHub ↗

getPadMode() -> pyDes.PAD_NORMAL or pyDes.PAD_PKCS5

(self)

Source from the content-addressed store, hash-verified

151 self._padding = pad
152
153 def getPadMode(self):
154 """getPadMode() -> pyDes.PAD_NORMAL or pyDes.PAD_PKCS5"""
155 return self._padmode
156
157 def setPadMode(self, mode):
158 """Sets the type of padding mode, pyDes.PAD_NORMAL or pyDes.PAD_PKCS5"""

Callers 2

_padDataMethod · 0.95
_unpadDataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected