Cumulus4j API
(1.2.0)

Uses of Class
org.cumulus4j.store.crypto.Ciphertext

Packages that use Ciphertext
org.cumulus4j.store.crypto Crypto API for Cumulus4j (key management + en-/decryption). 
org.cumulus4j.store.crypto.keymanager Implementation of CryptoManager working with a key-manager as shown in Deployment scenarios
 

Uses of Ciphertext in org.cumulus4j.store.crypto
 

Methods in org.cumulus4j.store.crypto that return Ciphertext
 Ciphertext CryptoSession.encrypt(CryptoContext cryptoContext, Plaintext plaintext)
           Encrypt the given plaintext.
 

Methods in org.cumulus4j.store.crypto with parameters of type Ciphertext
 Plaintext CryptoSession.decrypt(CryptoContext cryptoContext, Ciphertext ciphertext)
           Decrypt the given ciphertext.
 

Uses of Ciphertext in org.cumulus4j.store.crypto.keymanager
 

Methods in org.cumulus4j.store.crypto.keymanager that return Ciphertext
 Ciphertext KeyManagerCryptoSession.encrypt(CryptoContext cryptoContext, Plaintext plaintext)
           Encrypt the given plaintext.
 

Methods in org.cumulus4j.store.crypto.keymanager with parameters of type Ciphertext
 Plaintext KeyManagerCryptoSession.decrypt(CryptoContext cryptoContext, Ciphertext ciphertext)
           
 


Cumulus4j API
(1.2.0)

Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.