Machina Client SDK Version 2.1.2
Ionic Security Machina Client SDK for Python users
|
Data class used to describe attributes of a data chunk. More...
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 | |
Data class used to describe attributes of a data chunk.
def ionicsdk.chunkcipher.ChunkInfo.__init__ | ( | self, | |
isencrypted = False , |
|||
keyid = None , |
|||
cipherid = None |
|||
) |
Constructor which assigns all internal variables.
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 |
You acknowledge your access, review and use of the documentation on this page is subject to the Ionic Security Inc. Documentation Use Rights.
© 2016-2021 Ionic Security Inc. All rights reserved. -
Generated on Wed Jul 21 2021 16:23:36 for Machina Client SDK Version 2.1.2 by
1.8.18