|
Client SDK Version 1.8.0
Ionic Security client SDK for Python users
|
Allows for extended input and output options during encryption. More...
Public Member Functions | |
| def | __init__ (self, attributes=None, metadata=None, version=None, mutableAttributes=None, enablePortionMarking=False) |
| Constructs encrypt attributes from passed in arguments. More... | |
Public Attributes | |
| keyidOut | |
| (string) The key ID (also known as the key tag) | |
| keydataOut | |
| (KeyData) The key bytes | |
| familyOut | |
| (FileCipherFamily) The file cipher family the file was encrypted with | |
| version | |
| (string) The file format version to encrypt with - It can be left empty to use the latest version (recommended). | |
| attributes | |
| (agent::KeyAttributesDict) The key attributes to associate with the key used to encrypt the file | |
| mutableAttributes | |
| (agent::KeyAttributesDict) The key mutable attributes to associate with data chunk protection key | |
| metadata | |
| (agent::MetadataDict) The metadata properties to send along with the HTTP request | |
| enablePortionMarking | |
| (boolean) Determines if portion marking is enabled. | |
Allows for extended input and output options during encryption.
| def ionicsdk.filecipher.FileCipherEncryptAttributes.__init__ | ( | self, | |
attributes = None, |
|||
metadata = None, |
|||
version = None, |
|||
mutableAttributes = None, |
|||
enablePortionMarking = False |
|||
| ) |
Constructs encrypt attributes from passed in arguments.
| attributes | (agent::KeyAttributesDict) The key attributes to associate with the key used to encrypt the file |
| metadata | (agent::MetadataDict) The metadata properties to send along with the HTTP request |
| version | (string) The file format version to encrypt with - It can be left empty to use the latest version (recommended). |
| mutableAttributes | (agent::KeyAttributesDict) The key mutable attributes to associate with data chunk protection key |
| enablePortionMarking | (boolean) Determines if portion marking is enabled. |
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