@Private
public class DataEncryptionKey
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
java.lang.String |
blockPoolId |
|
java.lang.String |
encryptionAlgorithm |
|
byte[] |
encryptionKey |
|
long |
expiryDate |
|
int |
keyId |
|
byte[] |
nonce |
| Constructor | Description |
|---|---|
DataEncryptionKey(int keyId,
java.lang.String blockPoolId,
byte[] nonce,
byte[] encryptionKey,
long expiryDate,
java.lang.String encryptionAlgorithm) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
toString() |
public final int keyId
public final java.lang.String blockPoolId
public final byte[] nonce
public final byte[] encryptionKey
public final long expiryDate
public final java.lang.String encryptionAlgorithm
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.