Uses of Class
software.amazon.awssdk.services.kms.model.RecipientInfo
-
Packages that use RecipientInfo Package Description software.amazon.awssdk.services.kms.model -
-
Uses of RecipientInfo in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return RecipientInfo Modifier and Type Method Description 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.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.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.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.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 RecipientInfo Modifier and Type Method Description DecryptRequest.BuilderDecryptRequest.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.BuilderDeriveSharedSecretRequest.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.BuilderGenerateDataKeyPairRequest.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.BuilderGenerateDataKeyRequest.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.BuilderGenerateRandomRequest.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.
-