Client SDK Version 2.0.0
Ionic Security client SDK for Python users
Public Member Functions | Static Public Attributes | List of all members
ionicsdk.filecipher.FileCipherFamily Class Reference

Enumeration of all supported cipher families. More...

Inheritance diagram for ionicsdk.filecipher.FileCipherFamily:

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.
 

Detailed Description

Enumeration of all supported cipher families.

Member Function Documentation

◆ 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

The documentation for this class was generated from the following file: