All Downloads are FREE. Search and download functionalities are using the official Maven repository.

java.com.ionic.sdk.agent.cipher.batch.package-info Maven / Gradle / Ivy

Go to download

The Ionic Java SDK provides an easy-to-use interface to the Ionic Platform.

There is a newer version: 2.9.0
Show newest version
/**
 * Implementations of Ionic batch ciphers, which may be used to encrypt / decrypt sets of related data values with a
 * single key.  It is intended for use in applications where storage space for the resulting data in constrained.
 * 

* The storage requirement for the encrypted form of the data value set is equal to that of the original data, plus * that of the associated key id (eleven printable ASCII characters). Each encrypted data value may be stored in a * space equal to that of the original plaintext value. *

* The initialization vectors used for the * ciphertexts are derived using RNG, and stored in the {@link com.ionic.sdk.agent.key.KeyAttributesMap} of the key. */ package com.ionic.sdk.agent.cipher.batch;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy