|
Cumulus4j API (1.2.0-SNAPSHOT) |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Plaintext | |
---|---|
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 Plaintext in org.cumulus4j.store.crypto |
---|
Methods in org.cumulus4j.store.crypto that return Plaintext | |
---|---|
Plaintext |
CryptoSession.decrypt(CryptoContext cryptoContext,
Ciphertext ciphertext)
Decrypt the given ciphertext. |
Methods in org.cumulus4j.store.crypto with parameters of type Plaintext | |
---|---|
Ciphertext |
CryptoSession.encrypt(CryptoContext cryptoContext,
Plaintext plaintext)
Encrypt the given plaintext. |
Uses of Plaintext in org.cumulus4j.store.crypto.keymanager |
---|
Methods in org.cumulus4j.store.crypto.keymanager that return Plaintext | |
---|---|
Plaintext |
KeyManagerCryptoSession.decrypt(CryptoContext cryptoContext,
Ciphertext ciphertext)
|
Methods in org.cumulus4j.store.crypto.keymanager with parameters of type Plaintext | |
---|---|
Ciphertext |
KeyManagerCryptoSession.encrypt(CryptoContext cryptoContext,
Plaintext plaintext)
Encrypt the given plaintext. |
|
Cumulus4j API (1.2.0-SNAPSHOT) |
|||||||||
PREV NEXT | FRAMES NO FRAMES |