Uses of Class
software.amazon.awssdk.services.kms.model.EncryptionAlgorithmSpec
-
Packages that use EncryptionAlgorithmSpec Package Description software.amazon.awssdk.services.kms.model -
-
Uses of EncryptionAlgorithmSpec in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return EncryptionAlgorithmSpec Modifier and Type Method Description EncryptionAlgorithmSpecReEncryptRequest. destinationEncryptionAlgorithm()Specifies the encryption algorithm that KMS will use to reecrypt the data after it has decrypted it.EncryptionAlgorithmSpecReEncryptResponse. destinationEncryptionAlgorithm()The encryption algorithm that was used to reencrypt the data.EncryptionAlgorithmSpecDecryptRequest. encryptionAlgorithm()Specifies the encryption algorithm that will be used to decrypt the ciphertext.EncryptionAlgorithmSpecDecryptResponse. encryptionAlgorithm()The encryption algorithm that was used to decrypt the ciphertext.EncryptionAlgorithmSpecEncryptRequest. encryptionAlgorithm()Specifies the encryption algorithm that KMS will use to encrypt the plaintext message.EncryptionAlgorithmSpecEncryptResponse. encryptionAlgorithm()The encryption algorithm that was used to encrypt the plaintext.static EncryptionAlgorithmSpecEncryptionAlgorithmSpec. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EncryptionAlgorithmSpecReEncryptRequest. sourceEncryptionAlgorithm()Specifies the encryption algorithm that KMS will use to decrypt the ciphertext before it is reencrypted.EncryptionAlgorithmSpecReEncryptResponse. sourceEncryptionAlgorithm()The encryption algorithm that was used to decrypt the ciphertext before it was reencrypted.static EncryptionAlgorithmSpecEncryptionAlgorithmSpec. 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.Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type EncryptionAlgorithmSpec Modifier and Type Method Description List<EncryptionAlgorithmSpec>GetPublicKeyResponse. encryptionAlgorithms()The encryption algorithms that KMS supports for this key.List<EncryptionAlgorithmSpec>KeyMetadata. encryptionAlgorithms()The encryption algorithms that the KMS key supports.static Set<EncryptionAlgorithmSpec>EncryptionAlgorithmSpec. knownValues()Methods in software.amazon.awssdk.services.kms.model with parameters of type EncryptionAlgorithmSpec Modifier and Type Method Description ReEncryptRequest.BuilderReEncryptRequest.Builder. destinationEncryptionAlgorithm(EncryptionAlgorithmSpec destinationEncryptionAlgorithm)Specifies the encryption algorithm that KMS will use to reecrypt the data after it has decrypted it.ReEncryptResponse.BuilderReEncryptResponse.Builder. destinationEncryptionAlgorithm(EncryptionAlgorithmSpec destinationEncryptionAlgorithm)The encryption algorithm that was used to reencrypt the data.DecryptRequest.BuilderDecryptRequest.Builder. encryptionAlgorithm(EncryptionAlgorithmSpec encryptionAlgorithm)Specifies the encryption algorithm that will be used to decrypt the ciphertext.DecryptResponse.BuilderDecryptResponse.Builder. encryptionAlgorithm(EncryptionAlgorithmSpec encryptionAlgorithm)The encryption algorithm that was used to decrypt the ciphertext.EncryptRequest.BuilderEncryptRequest.Builder. encryptionAlgorithm(EncryptionAlgorithmSpec encryptionAlgorithm)Specifies the encryption algorithm that KMS will use to encrypt the plaintext message.EncryptResponse.BuilderEncryptResponse.Builder. encryptionAlgorithm(EncryptionAlgorithmSpec encryptionAlgorithm)The encryption algorithm that was used to encrypt the plaintext.GetPublicKeyResponse.BuilderGetPublicKeyResponse.Builder. encryptionAlgorithms(EncryptionAlgorithmSpec... encryptionAlgorithms)The encryption algorithms that KMS supports for this key.KeyMetadata.BuilderKeyMetadata.Builder. encryptionAlgorithms(EncryptionAlgorithmSpec... encryptionAlgorithms)The encryption algorithms that the KMS key supports.ReEncryptRequest.BuilderReEncryptRequest.Builder. sourceEncryptionAlgorithm(EncryptionAlgorithmSpec sourceEncryptionAlgorithm)Specifies the encryption algorithm that KMS will use to decrypt the ciphertext before it is reencrypted.ReEncryptResponse.BuilderReEncryptResponse.Builder. sourceEncryptionAlgorithm(EncryptionAlgorithmSpec sourceEncryptionAlgorithm)The encryption algorithm that was used to decrypt the ciphertext before it was reencrypted.Method parameters in software.amazon.awssdk.services.kms.model with type arguments of type EncryptionAlgorithmSpec Modifier and Type Method Description GetPublicKeyResponse.BuilderGetPublicKeyResponse.Builder. encryptionAlgorithms(Collection<EncryptionAlgorithmSpec> encryptionAlgorithms)The encryption algorithms that KMS supports for this key.KeyMetadata.BuilderKeyMetadata.Builder. encryptionAlgorithms(Collection<EncryptionAlgorithmSpec> encryptionAlgorithms)The encryption algorithms that the KMS key supports.
-