Client SDK Version 1.8.0
Ionic Security client SDK for Python users
|
Enumeration of all supported cipher families. More...
Public Member Functions | |
def | tostring (cls, familyenum) |
Gets a string representation of a FileCipherFamily enum value. More... | |
Static Public Attributes | |
int | UNKNOWN = 0 |
FileType enumeration - Represents an unknown / invalid cipher family. | |
int | GENERIC = 1 |
FileType enumeration - Represents the Generic cipher family implemented by FileCipherGeneric. | |
int | OPENXML = 2 |
FileType enumeration - Represents the OpenXML cipher family implemented by FileCipherOpenXml. | |
int | AUTO = 3 |
FileType enumeration - Represents the automatic cipher family implemented by FileCipherAuto. | |
int | PDF = 4 |
FileType enumeration - Represents the PDF cipher family implemented by FileCipherPdf. | |
int | CSV = 5 |
FileType enumeration - Represents the CSV cipher family implemented by FileCipherCsv. | |
int | CMS = 6 |
FileType enumeration - Represents the CMS cipher family implemented by FileCipherCms. | |
Enumeration of all supported cipher families.
def ionicsdk.filecipher.FileCipherFamily.tostring | ( | cls, | |
familyenum | |||
) |
Gets a string representation of a FileCipherFamily enum value.
familyenum | (int): File type enumeration |
You acknowledge your access, review and use of the documentation on this page is subject to the Ionic Security Inc. Documentation Use Rights.
© 2016-2020 Ionic Security Inc. All rights reserved.
Generated on Wed Apr 1 2020 09:55:51 for Client SDK Version 1.8.0 by
1.8.16