Package | Description |
---|---|
com.amazonaws.services.s3.internal | |
com.amazonaws.services.s3.internal.crypto |
Modifier and Type | Method and Description |
---|---|
protected FilterInputStream |
RepeatableCipherInputStream.createCipherInputStream(InputStream unencryptedDataStream,
CipherFactory cipherFactory)
Deprecated.
|
Constructor and Description |
---|
RepeatableCipherInputStream(InputStream input,
CipherFactory cipherFactory)
Deprecated.
Constructs a new repeatable cipher input stream using the specified
InputStream as the source data, and the CipherFactory for building
Cipher objects.
|
Modifier and Type | Method and Description |
---|---|
CipherFactory |
EncryptionInstruction.getCipherFactory()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ByteRangeCapturingInputStream |
EncryptionUtils.getEncryptedInputStream(UploadPartRequest request,
CipherFactory cipherFactory)
Deprecated.
no longer used and will be removed in the future
|
Constructor and Description |
---|
EncryptionInstruction(Map<String,String> materialsDescription,
byte[] encryptedSymmetricKey,
SecretKey symmetricKey,
CipherFactory symmetricCipherFactory)
Deprecated.
|
Copyright © 2014. All rights reserved.