Agent SDK
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 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. More...
 
 metadata
 (agent.MetadataDict) The metadata properties to send along with the HTTP request
 

Detailed Description

Allows for extended input and output options during decryption.

Instance Variables:
keyidOut (string): The key ID (also known as the key tag).
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.
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.

Member Data Documentation

§ enableaccessdeniedpage

ionicsdk.filecipher.FileCipherDecryptAttributes.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: