Uses of Class
org.apache.parquet.crypto.KeyAccessDeniedException
-
Packages that use KeyAccessDeniedException Package Description org.apache.parquet.crypto org.apache.parquet.crypto.keytools -
-
Uses of KeyAccessDeniedException in org.apache.parquet.crypto
Methods in org.apache.parquet.crypto that throw KeyAccessDeniedException Modifier and Type Method Description byte[]DecryptionKeyRetriever. getKey(byte[] keyMetaData)Returns encryption key using the key metadata. -
Uses of KeyAccessDeniedException in org.apache.parquet.crypto.keytools
Methods in org.apache.parquet.crypto.keytools that throw KeyAccessDeniedException Modifier and Type Method Description protected abstract byte[]LocalWrapKmsClient. getMasterKeyFromServer(String masterKeyIdentifier)Get master key from the remote KMS server.voidKmsClient. initialize(org.apache.hadoop.conf.Configuration configuration, String kmsInstanceID, String kmsInstanceURL, String accessToken)Pass configuration with KMS-specific parameters.protected abstract voidLocalWrapKmsClient. initializeInternal()Pass configuration with KMS-specific parameters.static voidKeyToolkit. rotateMasterKeys(String folderPath, org.apache.hadoop.conf.Configuration hadoopConfig)Key rotation.byte[]KmsClient. unwrapKey(String wrappedKey, String masterKeyIdentifier)Decrypts (unwraps) a key with the master key.byte[]LocalWrapKmsClient. unwrapKey(String wrappedKey, String masterKeyIdentifier)StringKmsClient. wrapKey(byte[] keyBytes, String masterKeyIdentifier)Wraps a key - encrypts it with the master key, encodes the result and potentially adds a KMS-specific metadata.StringLocalWrapKmsClient. wrapKey(byte[] key, String masterKeyIdentifier)
-