Uses of Interface
software.amazon.awssdk.services.kms.model.RecipientInfo.Builder
Packages that use RecipientInfo.Builder
-
Uses of RecipientInfo.Builder in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return RecipientInfo.BuilderModifier and TypeMethodDescriptionRecipientInfo.Builder.attestationDocument(SdkBytes attestationDocument) The attestation document for an Amazon Web Services Nitro Enclave or a NitroTPM.static RecipientInfo.BuilderRecipientInfo.builder()RecipientInfo.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.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.toBuilder()Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type RecipientInfo.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RecipientInfo.Builder>RecipientInfo.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kms.model with type arguments of type RecipientInfo.BuilderModifier and TypeMethodDescriptiondefault 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.DeriveSharedSecretRequest.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.GenerateDataKeyPairRequest.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.