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

Utility functions to retrieve FileInfo for any type of file or data. More...

Inheritance diagram for ionicsdk.filecipher.FileCrypto:

Static Public Member Functions

def getinfobytes (inputbytes)
 Determines if a file is Ionic protected and various pieces of information about the file. More...
 
def getinfo (filepath)
 Determines if a file is Ionic protected and various pieces of information about the file. More...
 

Detailed Description

Utility functions to retrieve FileInfo for any type of file or data.

Member Function Documentation

◆ getinfo()

def ionicsdk.filecipher.FileCrypto.getinfo (   filepath)
static

Determines if a file is Ionic protected and various pieces of information about the file.

Parameters
filepath(string): The input file path.
Returns
The FileInfo output object.

◆ getinfobytes()

def ionicsdk.filecipher.FileCrypto.getinfobytes (   inputbytes)
static

Determines if a file is Ionic protected and various pieces of information about the file.

Parameters
inputbytes(bytes): The data input.
Returns
The FileInfo output object.

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