Package | Description |
---|---|
com.ibm.cloud.objectstorage.services.s3.internal.crypto.v1 | |
com.ibm.cloud.objectstorage.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
static S3CryptoScheme |
S3CryptoScheme.from(CryptoMode mode) |
Modifier and Type | Method and Description |
---|---|
CryptoMode |
CryptoConfiguration.getCryptoMode()
Deprecated.
Returns the optionally specified crypto mode applicable only to the S3
encryption client; or null.
|
static CryptoMode |
CryptoMode.valueOf(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 |
---|---|
void |
CryptoConfiguration.setCryptoMode(CryptoMode cryptoMode)
Deprecated.
Sets the crypto mode; applicable only to the S3 encryption client.
|
CryptoConfiguration |
CryptoConfiguration.withCryptoMode(CryptoMode cryptoMode)
Deprecated.
Fluent API to set the crypto mode; applicable only to the S3 encryption
client.
|
Constructor and Description |
---|
CryptoConfiguration(CryptoMode cryptoMode)
Deprecated.
|
Copyright © 2024. All rights reserved.