Uses of Class
org.apache.parquet.crypto.ParquetCryptoRuntimeException
-
Packages that use ParquetCryptoRuntimeException Package Description org.apache.parquet.crypto org.apache.parquet.crypto.keytools -
-
Uses of ParquetCryptoRuntimeException in org.apache.parquet.crypto
Subclasses of ParquetCryptoRuntimeException in org.apache.parquet.crypto Modifier and Type Class Description classKeyAccessDeniedExceptionclassTagVerificationExceptionMethods in org.apache.parquet.crypto that throw ParquetCryptoRuntimeException Modifier and Type Method Description FileDecryptionPropertiesDecryptionPropertiesFactory. 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.FileEncryptionPropertiesEncryptionPropertiesFactory. 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.voidAADPrefixVerifier. verify(byte[] aadPrefix)Verifies identity (AAD Prefix) of individual file, or of file collection in a data set. -
Uses of ParquetCryptoRuntimeException in org.apache.parquet.crypto.keytools
Methods in org.apache.parquet.crypto.keytools that throw ParquetCryptoRuntimeException Modifier and Type Method Description voidHadoopFSKeyMaterialStore. addKeyMaterial(String keyIDInFile, String keyMaterial)FileDecryptionPropertiesPropertiesDrivenCryptoFactory. getFileDecryptionProperties(org.apache.hadoop.conf.Configuration hadoopConfig, org.apache.hadoop.fs.Path filePath)FileEncryptionPropertiesPropertiesDrivenCryptoFactory. getFileEncryptionProperties(org.apache.hadoop.conf.Configuration fileHadoopConfig, org.apache.hadoop.fs.Path tempFilePath, WriteSupport.WriteContext fileWriteContext)Set<String>HadoopFSKeyMaterialStore. getKeyIDSet()StringHadoopFSKeyMaterialStore. getKeyMaterial(String keyIDInFile)voidHadoopFSKeyMaterialStore. moveMaterialTo(FileKeyMaterialStore keyMaterialStore)voidHadoopFSKeyMaterialStore. removeMaterial()static voidKeyToolkit. rotateMasterKeys(String folderPath, org.apache.hadoop.conf.Configuration hadoopConfig)Key rotation.voidHadoopFSKeyMaterialStore. saveMaterial()
-