Uses of Class
software.amazon.awssdk.services.kms.model.RecipientInfo
Packages that use RecipientInfo
-
Uses of RecipientInfo in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return RecipientInfoModifier and TypeMethodDescriptionfinal RecipientInfoDecryptRequest.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.final RecipientInfoDeriveSharedSecretRequest.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.final RecipientInfoGenerateDataKeyPairRequest.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.final RecipientInfoGenerateDataKeyRequest.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.final RecipientInfoGenerateRandomRequest.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.Methods in software.amazon.awssdk.services.kms.model with parameters of type RecipientInfoModifier and TypeMethodDescriptionDecryptRequest.Builder.recipient(RecipientInfo 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(RecipientInfo 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(RecipientInfo 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.GenerateDataKeyRequest.Builder.recipient(RecipientInfo 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.GenerateRandomRequest.Builder.recipient(RecipientInfo 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.