java.com.ionic.sdk.agent.cipher.chunk.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ionic-sdk Show documentation
Show all versions of ionic-sdk Show documentation
The Ionic Java SDK provides an easy-to-use interface to the Ionic Platform.
/**
* Implementations of Ionic chunk ciphers, which may be used to encrypt / decrypt small chunks of text
* (such as strings or database fields).
*
* See Machina Developers for more information
* on the different chunk crypto data formats.
*/
package com.ionic.sdk.agent.cipher.chunk;