Machina Client SDK Version 2.1.2
Ionic Security Machina Client SDK for Python users
Public Member Functions | Public Attributes | List of all members
ionicsdk.chunkcipher.ChunkCipherDecryptAttributes Class Reference

Allows for extended output options during data chunk decryption. More...

Inheritance diagram for ionicsdk.chunkcipher.ChunkCipherDecryptAttributes:

Public Member Functions

def __init__ (self, metadata=None)
 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
 (KeyData) The full key information as returned from the server
 
 cipheridOut
 (string) The data chunk cipher ID that the data was decrypted with
 
 attributesOut
 (KeyAttributesDict ) The key attributes that are associated with the key used to decrypt the data
 
 mutableAttributesOut
 (KeyAttributesDict ) The mutable key attributes that are associated with the key used to decrypt the data
 
 metadata
 (MetadataDict ) The metadata properties to send along with the HTTP request
 

Detailed Description

Allows for extended output options during data chunk decryption.

Constructor & Destructor Documentation

◆ __init__()

def ionicsdk.chunkcipher.ChunkCipherDecryptAttributes.__init__ (   self,
  metadata = None 
)

Constructor for decrypt attributes, can pass in metadata, and then assign any other member variables.

Parameters
metadata(MetadataDict) The metadata properties to send along with the HTTP request

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