| Package | Description |
|---|---|
| com.amazonaws.services.kms.model |
Classes modeling the various types represented by AWSKMS
|
| Modifier and Type | Method and Description |
|---|---|
static EncryptionAlgorithmSpec |
EncryptionAlgorithmSpec.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
void |
ReEncryptRequest.setDestinationEncryptionAlgorithm(EncryptionAlgorithmSpec destinationEncryptionAlgorithm)
Specifies the encryption algorithm that AWS KMS will use to reecrypt the
data after it has decrypted it.
|
void |
ReEncryptResult.setDestinationEncryptionAlgorithm(EncryptionAlgorithmSpec destinationEncryptionAlgorithm)
The encryption algorithm that was used to reencrypt the data.
|
void |
EncryptRequest.setEncryptionAlgorithm(EncryptionAlgorithmSpec encryptionAlgorithm)
Specifies the encryption algorithm that AWS KMS will use to encrypt the
plaintext message.
|
void |
DecryptResult.setEncryptionAlgorithm(EncryptionAlgorithmSpec encryptionAlgorithm)
The encryption algorithm that was used to decrypt the ciphertext.
|
void |
EncryptResult.setEncryptionAlgorithm(EncryptionAlgorithmSpec encryptionAlgorithm)
The encryption algorithm that was used to encrypt the plaintext.
|
void |
DecryptRequest.setEncryptionAlgorithm(EncryptionAlgorithmSpec encryptionAlgorithm)
Specifies the encryption algorithm that will be used to decrypt the
ciphertext.
|
void |
ReEncryptRequest.setSourceEncryptionAlgorithm(EncryptionAlgorithmSpec sourceEncryptionAlgorithm)
Specifies the encryption algorithm that AWS KMS will use to decrypt the
ciphertext before it is reencrypted.
|
void |
ReEncryptResult.setSourceEncryptionAlgorithm(EncryptionAlgorithmSpec sourceEncryptionAlgorithm)
The encryption algorithm that was used to decrypt the ciphertext before
it was reencrypted.
|
ReEncryptRequest |
ReEncryptRequest.withDestinationEncryptionAlgorithm(EncryptionAlgorithmSpec destinationEncryptionAlgorithm)
Specifies the encryption algorithm that AWS KMS will use to reecrypt the
data after it has decrypted it.
|
ReEncryptResult |
ReEncryptResult.withDestinationEncryptionAlgorithm(EncryptionAlgorithmSpec destinationEncryptionAlgorithm)
The encryption algorithm that was used to reencrypt the data.
|
EncryptRequest |
EncryptRequest.withEncryptionAlgorithm(EncryptionAlgorithmSpec encryptionAlgorithm)
Specifies the encryption algorithm that AWS KMS will use to encrypt the
plaintext message.
|
DecryptResult |
DecryptResult.withEncryptionAlgorithm(EncryptionAlgorithmSpec encryptionAlgorithm)
The encryption algorithm that was used to decrypt the ciphertext.
|
EncryptResult |
EncryptResult.withEncryptionAlgorithm(EncryptionAlgorithmSpec encryptionAlgorithm)
The encryption algorithm that was used to encrypt the plaintext.
|
DecryptRequest |
DecryptRequest.withEncryptionAlgorithm(EncryptionAlgorithmSpec encryptionAlgorithm)
Specifies the encryption algorithm that will be used to decrypt the
ciphertext.
|
ReEncryptRequest |
ReEncryptRequest.withSourceEncryptionAlgorithm(EncryptionAlgorithmSpec sourceEncryptionAlgorithm)
Specifies the encryption algorithm that AWS KMS will use to decrypt the
ciphertext before it is reencrypted.
|
ReEncryptResult |
ReEncryptResult.withSourceEncryptionAlgorithm(EncryptionAlgorithmSpec sourceEncryptionAlgorithm)
The encryption algorithm that was used to decrypt the ciphertext before
it was reencrypted.
|
Copyright © 2020. All rights reserved.