java.com.ionic.sdk.crypto.pbkdf.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 password-based key derivation functions, which convert text passwords into cryptographic
* keys in a standard way.
*
* {@link com.ionic.sdk.crypto.pbkdf.IonicPbkdf2} is implemented in order to maintain compatibility with the equivalent
* Ionic core SDK (cryptopp) algorithm.
*/
package com.ionic.sdk.crypto.pbkdf;