|
Client SDK Version 1.8.0
Ionic Security client SDK for Python users
|
Allows for extended input and output options during decryption. More...
Public Member Functions | |
| def | __init__ (self, metadata=None, enableaccessdeniedpage=False) |
| Constructor for decrypt attributes, can pass in metadata, and then assign any other member variables. More... | |
Public Attributes | |
| keyidOut | |
| (string) The key ID (also known as the key tag) | |
| keydataOut | |
| (bytes) The key bytes | |
| familyOut | |
| (FileCipherFamily) The file cipher family the file was decrypted with | |
| versionOut | |
| (string) The file cipher version the file was decrypted with | |
| attributesOut | |
| (agent.KeyAttributesDict): The key attributes associated with the key used to decrypt the file | |
| mutableAttributesOut | |
| (agent::KeyAttributesDict) The key mutable attributes to associate with data chunk protection key | |
| accessdeniedpageOut | |
| (bytes) The access denied page | |
| enableaccessdeniedpage | |
| (boolean) Indicate whether access denied page object should be populated in the event that an access denied error is encountered. | |
| metadata | |
| (agent.MetadataDict) The metadata properties to send along with the HTTP request | |
Allows for extended input and output options during decryption.
| def ionicsdk.filecipher.FileCipherDecryptAttributes.__init__ | ( | self, | |
metadata = None, |
|||
enableaccessdeniedpage = False |
|||
| ) |
Constructor for decrypt attributes, can pass in metadata, and then assign any other member variables.
| metadata | (agent::MetadataDict) The metadata properties to send along with the HTTP request |
| enableaccessdeniedpage | (boolean) Indicate whether access denied page object should be populated in the event that an access denied error is encountered. |
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