@InterfaceAudience.Private public class DataEncryptionKey extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
blockPoolId |
String |
encryptionAlgorithm |
byte[] |
encryptionKey |
long |
expiryDate |
int |
keyId |
byte[] |
nonce |
| Constructor and Description |
|---|
DataEncryptionKey(int keyId,
String blockPoolId,
byte[] nonce,
byte[] encryptionKey,
long expiryDate,
String encryptionAlgorithm) |
Copyright © 2013 Apache Software Foundation. All rights reserved.