| Package | Description |
|---|---|
| software.amazon.awssdk.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
EncryptionAlgorithmSpec |
ReEncryptRequest.destinationEncryptionAlgorithm()
Specifies the encryption algorithm that KMS will use to reecrypt the data after it has decrypted it.
|
EncryptionAlgorithmSpec |
ReEncryptResponse.destinationEncryptionAlgorithm()
The encryption algorithm that was used to reencrypt the data.
|
EncryptionAlgorithmSpec |
EncryptRequest.encryptionAlgorithm()
Specifies the encryption algorithm that KMS will use to encrypt the plaintext message.
|
EncryptionAlgorithmSpec |
DecryptResponse.encryptionAlgorithm()
The encryption algorithm that was used to decrypt the ciphertext.
|
EncryptionAlgorithmSpec |
DecryptRequest.encryptionAlgorithm()
Specifies the encryption algorithm that will be used to decrypt the ciphertext.
|
EncryptionAlgorithmSpec |
EncryptResponse.encryptionAlgorithm()
The encryption algorithm that was used to encrypt the plaintext.
|
static EncryptionAlgorithmSpec |
EncryptionAlgorithmSpec.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
EncryptionAlgorithmSpec |
ReEncryptRequest.sourceEncryptionAlgorithm()
Specifies the encryption algorithm that KMS will use to decrypt the ciphertext before it is reencrypted.
|
EncryptionAlgorithmSpec |
ReEncryptResponse.sourceEncryptionAlgorithm()
The encryption algorithm that was used to decrypt the ciphertext before it was reencrypted.
|
static EncryptionAlgorithmSpec |
EncryptionAlgorithmSpec.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncryptionAlgorithmSpec[] |
EncryptionAlgorithmSpec.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<EncryptionAlgorithmSpec> |
KeyMetadata.encryptionAlgorithms()
The encryption algorithms that the KMS key supports.
|
List<EncryptionAlgorithmSpec> |
GetPublicKeyResponse.encryptionAlgorithms()
The encryption algorithms that KMS supports for this key.
|
static Set<EncryptionAlgorithmSpec> |
EncryptionAlgorithmSpec.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ReEncryptRequest.Builder |
ReEncryptRequest.Builder.destinationEncryptionAlgorithm(EncryptionAlgorithmSpec destinationEncryptionAlgorithm)
Specifies the encryption algorithm that KMS will use to reecrypt the data after it has decrypted it.
|
ReEncryptResponse.Builder |
ReEncryptResponse.Builder.destinationEncryptionAlgorithm(EncryptionAlgorithmSpec destinationEncryptionAlgorithm)
The encryption algorithm that was used to reencrypt the data.
|
EncryptRequest.Builder |
EncryptRequest.Builder.encryptionAlgorithm(EncryptionAlgorithmSpec encryptionAlgorithm)
Specifies the encryption algorithm that KMS will use to encrypt the plaintext message.
|
DecryptResponse.Builder |
DecryptResponse.Builder.encryptionAlgorithm(EncryptionAlgorithmSpec encryptionAlgorithm)
The encryption algorithm that was used to decrypt the ciphertext.
|
DecryptRequest.Builder |
DecryptRequest.Builder.encryptionAlgorithm(EncryptionAlgorithmSpec encryptionAlgorithm)
Specifies the encryption algorithm that will be used to decrypt the ciphertext.
|
EncryptResponse.Builder |
EncryptResponse.Builder.encryptionAlgorithm(EncryptionAlgorithmSpec encryptionAlgorithm)
The encryption algorithm that was used to encrypt the plaintext.
|
KeyMetadata.Builder |
KeyMetadata.Builder.encryptionAlgorithms(EncryptionAlgorithmSpec... encryptionAlgorithms)
The encryption algorithms that the KMS key supports.
|
GetPublicKeyResponse.Builder |
GetPublicKeyResponse.Builder.encryptionAlgorithms(EncryptionAlgorithmSpec... encryptionAlgorithms)
The encryption algorithms that KMS supports for this key.
|
ReEncryptRequest.Builder |
ReEncryptRequest.Builder.sourceEncryptionAlgorithm(EncryptionAlgorithmSpec sourceEncryptionAlgorithm)
Specifies the encryption algorithm that KMS will use to decrypt the ciphertext before it is reencrypted.
|
ReEncryptResponse.Builder |
ReEncryptResponse.Builder.sourceEncryptionAlgorithm(EncryptionAlgorithmSpec sourceEncryptionAlgorithm)
The encryption algorithm that was used to decrypt the ciphertext before it was reencrypted.
|
| Modifier and Type | Method and Description |
|---|---|
KeyMetadata.Builder |
KeyMetadata.Builder.encryptionAlgorithms(Collection<EncryptionAlgorithmSpec> encryptionAlgorithms)
The encryption algorithms that the KMS key supports.
|
GetPublicKeyResponse.Builder |
GetPublicKeyResponse.Builder.encryptionAlgorithms(Collection<EncryptionAlgorithmSpec> encryptionAlgorithms)
The encryption algorithms that KMS supports for this key.
|
Copyright © 2023. All rights reserved.