Agent SDK
Static Public Attributes | List of all members
ionicsdk.chunkcipher.ChunkCipherV4 Class Reference

Cipher that supports version 4 data chunk encryption / decryption. More...

Inheritance diagram for ionicsdk.chunkcipher.ChunkCipherV4:
ionicsdk.chunkcipher.ChunkCipherBase

Static Public Attributes

string ID = "ChunkV4"
 ChunkV4 Chunk Cipher ID.
 
string LABEL = "Chunk Cipher V4"
 ChunkV4 Chunk Cipher text label.
 

Additional Inherited Members

- Public Member Functions inherited from ionicsdk.chunkcipher.ChunkCipherBase
def id (self)
 Gets the hard-coded cipher ID of this instance. More...
 
def label (self)
 Gets the hard-coded cipher label of this instance. More...
 
def getLastServerResponse (self)
 Return the Server Response object from the last Agent call. More...
 
def encryptstr (self, plaintext, attributes=None, metadata=None, mutableAttributes=None)
 Encrypts an input string into an output string. More...
 
def encryptstr2 (self, plaintext, encryptattributesInOut)
 Encrypts an input string into an output string. More...
 
def encryptbytes (self, plaintextbytes, attributes=None, metadata=None, mutableAttributes=None)
 Encrypts an input bytes buffer into an output string. More...
 
def encryptbytes2 (self, plaintextbytes, encryptattributesInOut)
 Encrypts an input bytes buffer into an output string. More...
 
def decryptstr (self, ciphertext, metadata=None)
 Decrypts an input string into an output string. More...
 
def decryptstr2 (self, ciphertext, decryptattributesInOut)
 Decrypts an input string into an output string. More...
 
def decryptbytes (self, ciphertext, metadata=None)
 Decrypts an input string into an output byte buffer. More...
 
def decryptbytes2 (self, ciphertext, decryptattributesInOut)
 Decrypts an input string into an output bytes buffer. More...
 

Detailed Description

Cipher that supports version 4 data chunk encryption / decryption.

Args: agentkeyservice(AgentKeyServicesBase): An Agent or your own implementation of AgentKeyServicesBase.


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