@InterfaceAudience.Private @InterfaceStability.Stable public class EncryptionKeyInfo extends Object
| Constructor and Description |
|---|
EncryptionKeyInfo() |
EncryptionKeyInfo(byte[] key,
Map<String,String> metadata) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getKey() |
Map<String,String> |
getMetadata() |
void |
setKey(byte[] key) |
void |
setMetadata(Map<String,String> metadata) |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.