Class representing encrypt configuration.
Encrypt configuration is used for encrypting staging directories.
|
__init__(self,
encryptMode=None,
encryptTarget=None)
Constructor for the EncryptConfig class. |
source code
|
|
|
|
|
|
|
|
|
__eq__(self,
other)
Equals operator, iplemented in terms of original Python 2 compare
operator. |
source code
|
|
|
__lt__(self,
other)
Less-than operator, iplemented in terms of original Python 2 compare
operator. |
source code
|
|
|
__gt__(self,
other)
Greater-than operator, iplemented in terms of original Python 2
compare operator. |
source code
|
|
|
|
|
_getEncryptMode(self)
Property target used to get the encrypt mode. |
source code
|
|
|
_setEncryptTarget(self,
value)
Property target used to set the encrypt target. |
source code
|
|
|
_getEncryptTarget(self)
Property target used to get the encrypt target. |
source code
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|