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