java.com.ionic.sdk.agent.cipher.file.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 file ciphers, which may be used to encrypt large amounts of data
* (such as filesystem files). For files not encoded in the OpenXml, PDF, or CSV formats,
* {@link com.ionic.sdk.agent.cipher.file.GenericFileCipher} may be used to encrypt arbitrary files.
*
* See Machina Developers for
* more information on Machina
* file encryption.
*/
package com.ionic.sdk.agent.cipher.file;