| Package | Description |
|---|---|
| org.apache.parquet.crypto | |
| org.apache.parquet.crypto.keytools |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyAccessDeniedException |
class |
TagVerificationException |
| Modifier and Type | Method and Description |
|---|---|
FileDecryptionProperties |
DecryptionPropertiesFactory.getFileDecryptionProperties(org.apache.hadoop.conf.Configuration hadoopConfig,
org.apache.hadoop.fs.Path filePath)
Get FileDecryptionProperties object which is created by the implementation of this interface.
|
FileEncryptionProperties |
EncryptionPropertiesFactory.getFileEncryptionProperties(org.apache.hadoop.conf.Configuration fileHadoopConfig,
org.apache.hadoop.fs.Path tempFilePath,
WriteSupport.WriteContext fileWriteContext)
Get FileEncryptionProperties object which is created by the implementation of this interface.
|
byte[] |
DecryptionKeyRetriever.getKey(byte[] keyMetaData)
Returns encryption key using the key metadata.
|
void |
AADPrefixVerifier.verify(byte[] aadPrefix)
Verifies identity (AAD Prefix) of individual file, or of file collection in a data set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HadoopFSKeyMaterialStore.addKeyMaterial(String keyIDInFile,
String keyMaterial) |
FileDecryptionProperties |
PropertiesDrivenCryptoFactory.getFileDecryptionProperties(org.apache.hadoop.conf.Configuration hadoopConfig,
org.apache.hadoop.fs.Path filePath) |
FileEncryptionProperties |
PropertiesDrivenCryptoFactory.getFileEncryptionProperties(org.apache.hadoop.conf.Configuration fileHadoopConfig,
org.apache.hadoop.fs.Path tempFilePath,
WriteSupport.WriteContext fileWriteContext) |
Set<String> |
HadoopFSKeyMaterialStore.getKeyIDSet() |
String |
HadoopFSKeyMaterialStore.getKeyMaterial(String keyIDInFile) |
void |
HadoopFSKeyMaterialStore.moveMaterialTo(FileKeyMaterialStore keyMaterialStore) |
void |
HadoopFSKeyMaterialStore.removeMaterial() |
static void |
KeyToolkit.rotateMasterKeys(String folderPath,
org.apache.hadoop.conf.Configuration hadoopConfig)
Key rotation.
|
void |
HadoopFSKeyMaterialStore.saveMaterial() |
Copyright © 2023 The Apache Software Foundation. All rights reserved.