public interface DecryptionKeyRetriever
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getKey(byte[] keyMetaData)
Returns encryption key using the key metadata.
|
byte[] getKey(byte[] keyMetaData)
throws KeyAccessDeniedException,
ParquetCryptoRuntimeException
keyMetaData - arbitrary byte array with encryption key metadataKeyAccessDeniedException - thrown upon access control problems (authentication or authorization)ParquetCryptoRuntimeException - thrown upon key retrieval problems unrelated to access controlCopyright © 2023 The Apache Software Foundation. All rights reserved.