Uses of Enum
software.amazon.awssdk.services.kms.model.EncryptionAlgorithmSpec
Packages that use EncryptionAlgorithmSpec
-
Uses of EncryptionAlgorithmSpec in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return EncryptionAlgorithmSpecModifier and TypeMethodDescriptionfinal EncryptionAlgorithmSpecReEncryptRequest.destinationEncryptionAlgorithm()Specifies the encryption algorithm that KMS will use to reecrypt the data after it has decrypted it.final EncryptionAlgorithmSpecReEncryptResponse.destinationEncryptionAlgorithm()The encryption algorithm that was used to reencrypt the data.final EncryptionAlgorithmSpecDecryptRequest.encryptionAlgorithm()Specifies the encryption algorithm that will be used to decrypt the ciphertext.final EncryptionAlgorithmSpecDecryptResponse.encryptionAlgorithm()The encryption algorithm that was used to decrypt the ciphertext.final EncryptionAlgorithmSpecEncryptRequest.encryptionAlgorithm()Specifies the encryption algorithm that KMS will use to encrypt the plaintext message.final EncryptionAlgorithmSpecEncryptResponse.encryptionAlgorithm()The encryption algorithm that was used to encrypt the plaintext.static EncryptionAlgorithmSpecUse this in place of valueOf to convert the raw string returned by the service into the enum value.final EncryptionAlgorithmSpecReEncryptRequest.sourceEncryptionAlgorithm()Specifies the encryption algorithm that KMS will use to decrypt the ciphertext before it is reencrypted.final EncryptionAlgorithmSpecReEncryptResponse.sourceEncryptionAlgorithm()The encryption algorithm that was used to decrypt the ciphertext before it was reencrypted.static EncryptionAlgorithmSpecReturns 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 EncryptionAlgorithmSpecModifier and TypeMethodDescriptionfinal List<EncryptionAlgorithmSpec>GetPublicKeyResponse.encryptionAlgorithms()The encryption algorithms that KMS supports for this key.final 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 EncryptionAlgorithmSpecModifier and TypeMethodDescriptionReEncryptRequest.Builder.destinationEncryptionAlgorithm(EncryptionAlgorithmSpec destinationEncryptionAlgorithm) Specifies the encryption algorithm that KMS will use to reecrypt the data after it has decrypted it.ReEncryptResponse.Builder.destinationEncryptionAlgorithm(EncryptionAlgorithmSpec destinationEncryptionAlgorithm) The encryption algorithm that was used to reencrypt the data.DecryptRequest.Builder.encryptionAlgorithm(EncryptionAlgorithmSpec encryptionAlgorithm) Specifies the encryption algorithm that will be used to decrypt the ciphertext.DecryptResponse.Builder.encryptionAlgorithm(EncryptionAlgorithmSpec encryptionAlgorithm) The encryption algorithm that was used to decrypt the ciphertext.EncryptRequest.Builder.encryptionAlgorithm(EncryptionAlgorithmSpec encryptionAlgorithm) Specifies the encryption algorithm that KMS will use to encrypt the plaintext message.EncryptResponse.Builder.encryptionAlgorithm(EncryptionAlgorithmSpec encryptionAlgorithm) The encryption algorithm that was used to encrypt the plaintext.GetPublicKeyResponse.Builder.encryptionAlgorithms(EncryptionAlgorithmSpec... encryptionAlgorithms) The encryption algorithms that KMS supports for this key.KeyMetadata.Builder.encryptionAlgorithms(EncryptionAlgorithmSpec... encryptionAlgorithms) The encryption algorithms that the KMS key supports.ReEncryptRequest.Builder.sourceEncryptionAlgorithm(EncryptionAlgorithmSpec sourceEncryptionAlgorithm) Specifies the encryption algorithm that KMS will use to decrypt the ciphertext before it is reencrypted.ReEncryptResponse.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 EncryptionAlgorithmSpecModifier and TypeMethodDescriptionGetPublicKeyResponse.Builder.encryptionAlgorithms(Collection<EncryptionAlgorithmSpec> encryptionAlgorithms) The encryption algorithms that KMS supports for this key.KeyMetadata.Builder.encryptionAlgorithms(Collection<EncryptionAlgorithmSpec> encryptionAlgorithms) The encryption algorithms that the KMS key supports.