Client SDK Version 1.8.1
Ionic Security client SDK for Python users
Public Member Functions | Public Attributes | List of all members
ionicsdk.filecipher.FileCipherDecryptAttributes Class Reference

Allows for extended input and output options during decryption. More...

Inheritance diagram for ionicsdk.filecipher.FileCipherDecryptAttributes:

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
 

Detailed Description

Allows for extended input and output options during decryption.

Constructor & Destructor Documentation

◆ __init__()

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.

Parameters
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.

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