Package | Description |
---|---|
com.amazonaws.services.s3.internal.crypto | |
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Field and Description |
---|---|
private CryptoMode |
CryptoModuleDispatcher.defaultCryptoMode |
Modifier and Type | Method and Description |
---|---|
(package private) static S3CryptoScheme |
S3CryptoScheme.from(CryptoMode mode) |
(package private) java.lang.String |
ContentCryptoMaterial.toJsonString(CryptoMode mode)
Returns the json string in backward compatibility (old) format, so it can
be read by older version of the AWS SDK.
|
(package private) ObjectMetadata |
ContentCryptoMaterial.toObjectMetadata(ObjectMetadata metadata,
CryptoMode mode)
Returns the given metadata updated with this content crypto material.
|
Modifier and Type | Field and Description |
---|---|
private CryptoMode |
CryptoConfiguration.cryptoMode |
Modifier and Type | Method and Description |
---|---|
CryptoMode |
CryptoConfiguration.getCryptoMode()
Returns the optionally specified crypto mode applicable only to the S3
encryption client; or null.
|
static CryptoMode |
CryptoMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CryptoMode[] |
CryptoMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private void |
CryptoConfiguration.check(CryptoMode cryptoMode)
Checks if the crypto mode is supported by the runtime.
|
void |
CryptoConfiguration.setCryptoMode(CryptoMode cryptoMode)
Sets the crypto mode; applicable only to the S3 encryption client.
|
void |
CryptoConfiguration.ReadOnly.setCryptoMode(CryptoMode cryptoMode) |
CryptoConfiguration |
CryptoConfiguration.withCryptoMode(CryptoMode cryptoMode)
Fluent API to set the crypto mode; applicable only to the S3 encryption
client.
|
CryptoConfiguration |
CryptoConfiguration.ReadOnly.withCryptoMode(CryptoMode cryptoMode) |
Constructor and Description |
---|
CryptoConfiguration(CryptoMode cryptoMode) |