Class DataEncryptionKey
java.lang.Object
org.apache.hadoop.hdfs.security.token.block.DataEncryptionKey
A little struct class to contain all fields required to perform encryption of
the DataTransferProtocol.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDataEncryptionKey(int keyId, String blockPoolId, byte[] nonce, byte[] encryptionKey, long expiryDate, String encryptionAlgorithm) -
Method Summary