Agent SDK
Public Attributes | List of all members
ionicsdk.filecipher.FileInfo Class Reference

Data class used to describe attributes of a file. More...

Inheritance diagram for ionicsdk.filecipher.FileInfo:

Public Attributes

 isencrypted
 (boolean) Whether the file is encrypted
 
 keyid
 (string) Key ID
 
 cipherfamily
 (FileCipherFamily) Cipher family enumeration
 
 cipherversion
 (string) Cipher family version
 
 server
 (string) Ionic server that the key ID was issued from
 

Detailed Description

Data class used to describe attributes of a file.

Instance Variables:
isencrypted (bool): Determines whether the file is encrypted.
keyid (string): The key ID that was used to encrypt the file.
cipherfamily (FileCipherFamily): Determines the cipher family of the file.
cipherversion (string): The cipher version of the file.
server (string): The server that the key ID was issued from.


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