Client SDK Version 1.8.0
Ionic Security client SDK for Python users
|
Data class used to describe attributes of a file. More...
Public Member Functions | |
def | __init__ (self, isencrypted=False, keyid=None, cipherfamily=FileCipherFamily.UNKNOWN, cipherversion=None, server=None) |
Constructs decrypt attributes from passed in arguments. More... | |
Public Attributes | |
isencrypted | |
(boolean) Whether the file is encrypted | |
keyid | |
(string) Key ID used to encrypt the file | |
cipherfamily | |
(FileCipherFamily) Cipher family enumeration | |
cipherversion | |
(string) Cipher family version | |
server | |
(string) Ionic server that the key ID was issued from | |
Data class used to describe attributes of a file.
def ionicsdk.filecipher.FileInfo.__init__ | ( | self, | |
isencrypted = False , |
|||
keyid = None , |
|||
cipherfamily = FileCipherFamily.UNKNOWN , |
|||
cipherversion = None , |
|||
server = None |
|||
) |
Constructs decrypt attributes from passed in arguments.
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 |
You acknowledge your access, review and use of the documentation on this page is subject to the Ionic Security Inc. Documentation Use Rights.
© 2016-2020 Ionic Security Inc. All rights reserved.
Generated on Wed Apr 1 2020 09:55:51 for Client SDK Version 1.8.0 by
1.8.16