Package | Description |
---|---|
org.apache.hadoop.hdfs.protocol.datatransfer |
Modifier and Type | Method and Description |
---|---|
static IOStreamPair |
DataTransferEncryptor.getEncryptedStreams(OutputStream underlyingOut,
InputStream underlyingIn,
BlockPoolTokenSecretManager blockPoolTokenSecretManager,
String encryptionAlgorithm)
Factory method for DNs, where the nonce, keyId, and encryption key are not
yet known.
|
static IOStreamPair |
DataTransferEncryptor.getEncryptedStreams(OutputStream underlyingOut,
InputStream underlyingIn,
DataEncryptionKey encryptionKey)
Factory method for clients, where the encryption token is already created.
|
Copyright © 2013 Apache Software Foundation. All rights reserved.