| Package | Description |
|---|---|
| com.amazonaws.services.s3.internal.crypto.keywrap | |
| com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
| Modifier and Type | Method and Description |
|---|---|
static CryptoKeyWrapAlgorithm |
KeyWrapAlgorithmResolver.getDefaultKeyWrapAlgorithm(EncryptionMaterials encryptionMaterials)
Get the default Key Wrap Algorithm based on the EncryptionMaterials provided
|
| Modifier and Type | Method and Description |
|---|---|
static InternalKeyWrapAlgorithm |
InternalKeyWrapAlgorithm.fromExternal(CryptoKeyWrapAlgorithm external) |
| Modifier and Type | Method and Description |
|---|---|
static CryptoKeyWrapAlgorithm |
CryptoKeyWrapAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CryptoKeyWrapAlgorithm[] |
CryptoKeyWrapAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2025. All rights reserved.