Uses of Interface
software.amazon.awssdk.services.kms.model.RecipientInfo.Builder
-
Packages that use RecipientInfo.Builder Package Description software.amazon.awssdk.services.kms.model -
-
Uses of RecipientInfo.Builder in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return RecipientInfo.Builder Modifier and Type Method Description RecipientInfo.BuilderRecipientInfo.Builder. attestationDocument(SdkBytes attestationDocument)The attestation document for an Amazon Web Services Nitro Enclave or a NitroTPM.static RecipientInfo.BuilderRecipientInfo. builder()RecipientInfo.BuilderRecipientInfo.Builder. keyEncryptionAlgorithm(String keyEncryptionAlgorithm)The encryption algorithm that KMS should use with the public key for an Amazon Web Services Nitro Enclave or NitroTPM to encrypt plaintext values for the response.RecipientInfo.BuilderRecipientInfo.Builder. keyEncryptionAlgorithm(KeyEncryptionMechanism keyEncryptionAlgorithm)The encryption algorithm that KMS should use with the public key for an Amazon Web Services Nitro Enclave or NitroTPM to encrypt plaintext values for the response.RecipientInfo.BuilderRecipientInfo. toBuilder()Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type RecipientInfo.Builder Modifier and Type Method Description static Class<? extends RecipientInfo.Builder>RecipientInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kms.model with type arguments of type RecipientInfo.Builder Modifier and Type Method Description default DecryptRequest.BuilderDecryptRequest.Builder. recipient(Consumer<RecipientInfo.Builder> recipient)A signed attestation document from an Amazon Web Services Nitro enclave or NitroTPM, and the encryption algorithm to use with the public key in the attestation document.default DeriveSharedSecretRequest.BuilderDeriveSharedSecretRequest.Builder. recipient(Consumer<RecipientInfo.Builder> recipient)A signed attestation document from an Amazon Web Services Nitro enclave or NitroTPM, and the encryption algorithm to use with the public key in the attestation document.default GenerateDataKeyPairRequest.BuilderGenerateDataKeyPairRequest.Builder. recipient(Consumer<RecipientInfo.Builder> recipient)A signed attestation document from an Amazon Web Services Nitro enclave or NitroTPM, and the encryption algorithm to use with the public key in the attestation document.default GenerateDataKeyRequest.BuilderGenerateDataKeyRequest.Builder. recipient(Consumer<RecipientInfo.Builder> recipient)A signed attestation document from an Amazon Web Services Nitro enclave or NitroTPM, and the encryption algorithm to use with the public key in the attestation document.default GenerateRandomRequest.BuilderGenerateRandomRequest.Builder. recipient(Consumer<RecipientInfo.Builder> recipient)A signed attestation document from an Amazon Web Services Nitro enclave or NitroTPM, and the encryption algorithm to use with the public key in the attestation document.
-