Utility functions to retrieve FileInfo for any type of file or data.
More...
|
| 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...
|
| |
Utility functions to retrieve FileInfo for any type of file or data.
§ 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: