Package | Description |
---|---|
org.apache.parquet.format |
Modifier and Type | Method and Description |
---|---|
AesGcmCtrV1 |
AesGcmCtrV1.deepCopy() |
AesGcmCtrV1 |
EncryptionAlgorithm.getAES_GCM_CTR_V1() |
AesGcmCtrV1 |
AesGcmCtrV1.setAad_file_unique(byte[] aad_file_unique)
Unique file identifier part of AAD suffix *
|
AesGcmCtrV1 |
AesGcmCtrV1.setAad_file_unique(ByteBuffer aad_file_unique) |
AesGcmCtrV1 |
AesGcmCtrV1.setAad_prefix(byte[] aad_prefix)
AAD prefix *
|
AesGcmCtrV1 |
AesGcmCtrV1.setAad_prefix(ByteBuffer aad_prefix) |
AesGcmCtrV1 |
AesGcmCtrV1.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_CTR_V1(AesGcmCtrV1 value) |
int |
AesGcmCtrV1.compareTo(AesGcmCtrV1 other) |
boolean |
AesGcmCtrV1.equals(AesGcmCtrV1 that) |
void |
EncryptionAlgorithm.setAES_GCM_CTR_V1(AesGcmCtrV1 value) |
Constructor and Description |
---|
AesGcmCtrV1(AesGcmCtrV1 other)
Performs a deep copy on other.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.