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

java.com.ionic.sdk.agent.cipher.raw.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 raw ciphers.
 * 

* These combine usage of: *

    *
  • a {@link com.ionic.sdk.key.KeyServices} implementation, which brokers cryptography key creates and fetches
  • *
  • a {@link com.ionic.sdk.cipher.aes.AesCipherAbstract} implementation, which wraps the underlying JCE cipher
  • *
*

* The abstract classes {@link com.ionic.sdk.agent.cipher.chunk.ChunkCipherAbstract} and * {@link com.ionic.sdk.agent.cipher.file.FileCipherAbstract} have implementations which encode the Ionic cryptography * key ID and encryption metadata into the resulting ciphertext, facilitating the later retrieval of the key on * decryption. Raw ciphers do not associate the key ID and metadata with the ciphertext. This allows Ionic users to * define alternative means of persisting this data, either together or separately, in order to fit the needs of a * custom use case. */ package com.ionic.sdk.agent.cipher.raw;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy