Client SDK Version 1.8.1
Ionic Security client SDK for Python users
Classes
ionicsdk.filecipher Namespace Reference

Classes

class  FileCipherAuto
 Cipher that automatically chooses the correct cipher to use for file encryption / decryption. More...
 
class  FileCipherBase
 Base class for all file encryption / decryption ciphers. More...
 
class  FileCipherCms
 Cipher that supports CMS (Cryptographic Message Syntax) encryption / decryption. More...
 
class  FileCipherCsv
 Cipher that supports CSV (Comma Separated Values) file encryption / decryption. More...
 
class  FileCipherDecryptAttributes
 Allows for extended input and output options during decryption. More...
 
class  FileCipherEncryptAttributes
 Allows for extended input and output options during encryption. More...
 
class  FileCipherFamily
 Enumeration of all supported cipher families. More...
 
class  FileCipherGeneric
 Cipher that supports generic file encryption / decryption. More...
 
class  FileCipherOpenXml
 Cipher that supports OpenXML file encryption / decryption. More...
 
class  FileCipherPdf
 Cipher that supports PDF file encryption / decryption. More...
 
class  FileCrypto
 Utility functions to retrieve FileInfo for any type of file or data. More...
 
class  FileInfo
 Data class used to describe attributes of a file. More...
 

Detailed Description

Supports protection of files of all types.