Package | Description |
---|---|
org.apache.parquet.format |
Modifier and Type | Method and Description |
---|---|
AesGcmV1 |
AesGcmV1.deepCopy() |
AesGcmV1 |
EncryptionAlgorithm.getAES_GCM_V1() |
AesGcmV1 |
AesGcmV1.setAad_file_unique(byte[] aad_file_unique)
Unique file identifier part of AAD suffix *
|
AesGcmV1 |
AesGcmV1.setAad_file_unique(ByteBuffer aad_file_unique) |
AesGcmV1 |
AesGcmV1.setAad_prefix(byte[] aad_prefix)
AAD prefix *
|
AesGcmV1 |
AesGcmV1.setAad_prefix(ByteBuffer aad_prefix) |
AesGcmV1 |
AesGcmV1.setSupply_aad_prefix(boolean supply_aad_prefix)
In files encrypted with AAD prefix without storing it,
readers must supply the prefix *
|
Modifier and Type | Method and Description |
---|---|
static EncryptionAlgorithm |
EncryptionAlgorithm.AES_GCM_V1(AesGcmV1 value) |
int |
AesGcmV1.compareTo(AesGcmV1 other) |
boolean |
AesGcmV1.equals(AesGcmV1 that) |
void |
EncryptionAlgorithm.setAES_GCM_V1(AesGcmV1 value) |
Constructor and Description |
---|
AesGcmV1(AesGcmV1 other)
Performs a deep copy on other.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.