Client SDK Version 2.0.0
Ionic Security client SDK for Python users
Public Member Functions | Public Attributes | List of all members
ionicsdk.chunkcipher.ChunkInfo Class Reference

Data class used to describe attributes of a data chunk. More...

Inheritance diagram for ionicsdk.chunkcipher.ChunkInfo:

Public Member Functions

def __init__ (self, isencrypted=False, keyid=None, cipherid=None)
 Constructor which assigns all internal variables. More...
 

Public Attributes

 isencrypted
 (bool) Determines whether the chunk is encrypted.
 
 keyid
 (string) The key ID that was used to encrypt the data chunk
 
 cipherid
 (string) The cipher ID of the data chunk
 

Detailed Description

Data class used to describe attributes of a data chunk.

Constructor & Destructor Documentation

◆ __init__()

def ionicsdk.chunkcipher.ChunkInfo.__init__ (   self,
  isencrypted = False,
  keyid = None,
  cipherid = None 
)

Constructor which assigns all internal variables.

Parameters
isencrypted(bool) Determines whether the chunk is encrypted.
keyid(string) The key ID that was used to encrypt the data chunk
cipherid(string) The cipher ID of the data chunk

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