Agent SDK
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. More...
 
int GENERIC = 1
 FileType enumeration - Represents the Generic cipher family implemented by FileCipherGeneric. More...
 
int OPENXML = 2
 FileType enumeration - Represents the OpenXML cipher family implemented by FileCipherOpenXml. More...
 
int AUTO = 3
 FileType enumeration - Represents the automatic cipher family implemented by FileCipherAuto. More...
 
int PDF = 4
 FileType enumeration - Represents the PDF cipher family implemented by FileCipherPdf. More...
 
int CSV = 5
 FileType enumeration - Represents the CSV cipher family implemented by FileCipherCsv. More...
 
int CMS = 6
 FileType enumeration - Represents the CMS cipher family implemented by FileCipherCms. More...
 

Detailed Description

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.

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

Member Data Documentation

§ 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: