Enumeration of all supported cipher families.
More...
Enumeration of all supported cipher families.
UNKNOWN - Represents an unknown / invalid cipher family. GENERIC - Represents the Generic cipher family implemented by FileCipherGeneric. OPENXML - Represents the OpenXML cipher family implemented by FileCipherOpenXml. AUTO - Represents the automatic cipher family implemented by FileCipherAuto. PDF - Represents the PDF cipher family implemented by FileCipherPdf. CSV - Represents the CSV cipher family implemented by FileCipherCsv. CMS - Represents the CMS cipher family implemented by FileCipherCms.
§ tostring()
def ionicsdk.filecipher.FileCipherFamily.tostring |
( |
|
cls, |
|
|
|
familyenum |
|
) |
| |
Gets a string representation of a FileCipherFamily enum value.
- Parameters
-
familyenum | (int): File type enumeration |
- Returns
- A text string containing a short label for the enum
§ AUTO
int ionicsdk.filecipher.FileCipherFamily.AUTO = 3 |
|
static |
FileType enumeration - Represents the automatic cipher family implemented by FileCipherAuto.
§ CMS
int ionicsdk.filecipher.FileCipherFamily.CMS = 6 |
|
static |
FileType enumeration - Represents the CMS cipher family implemented by FileCipherCms.
§ CSV
int ionicsdk.filecipher.FileCipherFamily.CSV = 5 |
|
static |
FileType enumeration - Represents the CSV cipher family implemented by FileCipherCsv.
§ GENERIC
int ionicsdk.filecipher.FileCipherFamily.GENERIC = 1 |
|
static |
FileType enumeration - Represents the Generic cipher family implemented by FileCipherGeneric.
§ OPENXML
int ionicsdk.filecipher.FileCipherFamily.OPENXML = 2 |
|
static |
FileType enumeration - Represents the OpenXML cipher family implemented by FileCipherOpenXml.
§ PDF
int ionicsdk.filecipher.FileCipherFamily.PDF = 4 |
|
static |
FileType enumeration - Represents the PDF cipher family implemented by FileCipherPdf.
§ UNKNOWN
int ionicsdk.filecipher.FileCipherFamily.UNKNOWN = 0 |
|
static |
FileType enumeration - Represents an unknown / invalid cipher family.
The documentation for this class was generated from the following file: