public class FileDecryptionProperties extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FileDecryptionProperties.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FileDecryptionProperties.Builder |
builder() |
boolean |
checkFooterIntegrity() |
byte[] |
getAADPrefix() |
byte[] |
getColumnKey(ColumnPath path) |
byte[] |
getFooterKey() |
DecryptionKeyRetriever |
getKeyRetriever() |
public static FileDecryptionProperties.Builder builder()
public byte[] getFooterKey()
public byte[] getColumnKey(ColumnPath path)
public DecryptionKeyRetriever getKeyRetriever()
public byte[] getAADPrefix()
public boolean checkFooterIntegrity()
Copyright © 2023 The Apache Software Foundation. All rights reserved.