public class CipherBasedEncryptionAtRest extends Object implements EncryptionAtRestPolicy
| Constructor and Description |
|---|
CipherBasedEncryptionAtRest(CipherSupplier cipherSupplier) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
decrypt(InputStream in) |
OutputStream |
encrypt(OutputStream out) |
public CipherBasedEncryptionAtRest(CipherSupplier cipherSupplier)
public InputStream decrypt(InputStream in)
decrypt in interface EncryptionAtRestPolicypublic OutputStream encrypt(OutputStream out)
encrypt in interface EncryptionAtRestPolicyCopyright © 2021 sejda. All rights reserved.