java.com.ionic.sdk.agent.cipher.batch.spec.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.
/**
* Specializations of {@link java.security.spec.AlgorithmParameterSpec} for use in batch encryption operations.
*
* {@link com.ionic.sdk.agent.cipher.batch.BatchCipherAbstract} may be used to perform cryptography operations o
* a discrete set of related data values.
*/
package com.ionic.sdk.agent.cipher.batch.spec;