Agent SDK
Classes
ionicsdk.chunkcipher Namespace Reference

Supports protection of small-medium sized text strings and binary arrays. More...

Classes

class  ChunkCipherAuto
 Cipher that automatically chooses the correct cipher to use for data chunk encryption / decryption. More...
 
class  ChunkCipherBase
 Base class for all data chunk encryption / decryption ciphers. More...
 
class  ChunkCipherDecryptAttributes
 Allows for extended output options during data chunk decryption. More...
 
class  ChunkCipherEncryptAttributes
 Allows for extended input and output options during data chunk encryption. More...
 
class  ChunkCipherV1
 Cipher that supports version 1 data chunk encryption / decryption. More...
 
class  ChunkCipherV2
 Cipher that supports version 2 data chunk encryption / decryption. More...
 
class  ChunkCipherV3
 Cipher that supports version 3 data chunk encryption / decryption. More...
 
class  ChunkCipherV4
 Cipher that supports version 4 data chunk encryption / decryption. More...
 
class  ChunkCrypto
 Utility functions to retrieve ChunkInfo from protected data. More...
 
class  ChunkInfo
 Data class used to describe attributes of a data chunk. More...
 

Detailed Description

Supports protection of small-medium sized text strings and binary arrays.


Classes:
ChunkCipherBase - Base class for all data chunk encryption decryption ciphers.
ChunkCipherAuto - Cipher that automatically chooses the correct cipher to use for data chunk encryption / decryption.
ChunkCipherV1 - Cipher that supports version 1 data chunk encryption / decryption.
ChunkCipherV2 - Cipher that supports version 2 data chunk encryption / decryption.
ChunkCipherV3 - Cipher that supports version 3 data chunk encryption / decryption.
ChunkCipherV4 - Cipher that supports version 4 data chunk encryption / decryption.
ChunkCipherDecryptAttributes - Allows for extended input and output options during decryption.
ChunkCipherEncryptAttributes - Allows for extended input and output options during encryption.
ChunkInfo - Data class used to describe attributes of a data chunk.
ChunkCrypto - Holds utility functions to retrieve ChunkInfo from protected data.