| Package | Description |
|---|---|
| com.facebook.presto.hive |
| Modifier and Type | Method and Description |
|---|---|
static DwrfEncryptionMetadata |
DwrfEncryptionMetadata.forPerField(Map<String,byte[]> fieldToKeyData,
Map<String,String> extraMetadata,
String encryptionAlgorithm,
String encryptionProvider) |
static DwrfEncryptionMetadata |
DwrfEncryptionMetadata.forTable(byte[] keyData,
Map<String,String> extraMetadata,
String encryptionAlgorithm,
String encryptionProvider) |
| Modifier and Type | Method and Description |
|---|---|
Optional<DwrfEncryptionMetadata> |
EncryptionInformation.getDwrfEncryptionMetadata() |
| Constructor and Description |
|---|
EncryptionInformation(Optional<DwrfEncryptionMetadata> dwrfEncryptionMetadata) |
Copyright © 2012–2023. All rights reserved.